Skip to content

Commit

Permalink
set GREY_2 as theme::text::secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Feb 6, 2025
1 parent dc5b57c commit f6a932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liana-ui/src/theme/palette.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f6a932b

Please sign in to comment.