fix: white text on manage-tags rows for readable contrast (#7)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -380,6 +380,7 @@ fn view_manage<'a>(state: &'a TagsViewState, locale: UiLocale) -> Element<'a, Me
|
|||||||
width: if selected { 1.0 } else { 0.0 },
|
width: if selected { 1.0 } else { 0.0 },
|
||||||
color: Color::from_rgb(0.35, 0.45, 0.65),
|
color: Color::from_rgb(0.35, 0.45, 0.65),
|
||||||
},
|
},
|
||||||
|
text_color: Color::WHITE,
|
||||||
..button::Style::default()
|
..button::Style::default()
|
||||||
})
|
})
|
||||||
.into()
|
.into()
|
||||||
|
|||||||
Reference in New Issue
Block a user