From ce53d3933c860cd958636cce415ac97c04aee746 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Tue, 7 Jun 2022 01:11:35 +0200
Subject: Implement theme styling for `TextInput`

---
 examples/scrollable/src/style.rs | 6 ------
 1 file changed, 6 deletions(-)

(limited to 'examples/scrollable')

diff --git a/examples/scrollable/src/style.rs b/examples/scrollable/src/style.rs
index e15bf125..64922ae4 100644
--- a/examples/scrollable/src/style.rs
+++ b/examples/scrollable/src/style.rs
@@ -43,12 +43,6 @@ mod dark {
         0x3F as f32 / 255.0,
     );
 
-    const SURFACE: Color = Color::from_rgb(
-        0x40 as f32 / 255.0,
-        0x44 as f32 / 255.0,
-        0x4B as f32 / 255.0,
-    );
-
     const ACCENT: Color = Color::from_rgb(
         0x6F as f32 / 255.0,
         0xFF as f32 / 255.0,
-- 
cgit