summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2023-02-13 12:00:08 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-11 05:11:23 +0200
commitbfc5db9009f10a67ed277ce9d1997bcdea3f6acd (patch)
treede9c61fb87828d05fc2b5ca5e757860a6876fe8e /style
parent7b369842959511f17d5c27941fd0308484bff8ea (diff)
downloadiced-bfc5db9009f10a67ed277ce9d1997bcdea3f6acd.tar.gz
iced-bfc5db9009f10a67ed277ce9d1997bcdea3f6acd.tar.bz2
iced-bfc5db9009f10a67ed277ce9d1997bcdea3f6acd.zip
Updated `handle_color` for focused state
Diffstat (limited to 'style')
-rw-r--r--style/src/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/theme.rs b/style/src/theme.rs
index de46d7d4..4837e10b 100644
--- a/style/src/theme.rs
+++ b/style/src/theme.rs
@@ -1060,7 +1060,7 @@ impl text_input::StyleSheet for Theme {
border_radius: 2.0,
border_width: 1.0,
border_color: palette.primary.strong.color,
- handle_color: palette.primary.weak.text,
+ handle_color: palette.background.weak.text,
}
}