1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00

feat(core/ui): default button active style

[no changelog]
This commit is contained in:
obrusvit 2024-06-02 15:19:56 +02:00 committed by matejcik
parent 5bd6996ae4
commit dd70b438d3

View File

@ -239,9 +239,9 @@ pub const fn button_default() -> ButtonStyleSheet {
},
active: &ButtonStyle {
font: Font::DEMIBOLD,
text_color: GREY_LIGHT,
text_color: GREY_EXTRA_LIGHT,
button_color: BG,
icon_color: GREY_LIGHT,
icon_color: GREY_EXTRA_LIGHT,
background_color: BG,
},
disabled: &ButtonStyle {
@ -366,7 +366,7 @@ pub const fn button_danger() -> ButtonStyleSheet {
font: Font::DEMIBOLD,
text_color: ORANGE_LIGHT,
button_color: BG,
icon_color: ORANGE_LIGHT,
icon_color: ORANGE_DIMMED,
background_color: BG,
},
active: &ButtonStyle {