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:
2026-07-18 21:52:22 +02:00
parent d88aaf111f
commit eb8c2f786d

View File

@@ -380,6 +380,7 @@ fn view_manage<'a>(state: &'a TagsViewState, locale: UiLocale) -> Element<'a, Me
width: if selected { 1.0 } else { 0.0 },
color: Color::from_rgb(0.35, 0.45, 0.65),
},
text_color: Color::WHITE,
..button::Style::default()
})
.into()