set GREY_2 as theme::text::secondary

This commit is contained in:
edouardparis 2025-02-06 16:55:27 +01:00
parent dc5b57c859
commit f6a932b8fa

View File

@ -170,7 +170,7 @@ impl std::default::Default for Palette {
},
text: Text {
primary: color::WHITE,
secondary: color::GREY_3,
secondary: color::GREY_2,
warning: color::ORANGE,
success: color::GREEN,
error: color::RED,