mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-18 14:58:46 +00:00
feat(core/ui): default button active style
[no changelog]
This commit is contained in:
parent
5bd6996ae4
commit
dd70b438d3
@ -239,9 +239,9 @@ pub const fn button_default() -> ButtonStyleSheet {
|
|||||||
},
|
},
|
||||||
active: &ButtonStyle {
|
active: &ButtonStyle {
|
||||||
font: Font::DEMIBOLD,
|
font: Font::DEMIBOLD,
|
||||||
text_color: GREY_LIGHT,
|
text_color: GREY_EXTRA_LIGHT,
|
||||||
button_color: BG,
|
button_color: BG,
|
||||||
icon_color: GREY_LIGHT,
|
icon_color: GREY_EXTRA_LIGHT,
|
||||||
background_color: BG,
|
background_color: BG,
|
||||||
},
|
},
|
||||||
disabled: &ButtonStyle {
|
disabled: &ButtonStyle {
|
||||||
@ -366,7 +366,7 @@ pub const fn button_danger() -> ButtonStyleSheet {
|
|||||||
font: Font::DEMIBOLD,
|
font: Font::DEMIBOLD,
|
||||||
text_color: ORANGE_LIGHT,
|
text_color: ORANGE_LIGHT,
|
||||||
button_color: BG,
|
button_color: BG,
|
||||||
icon_color: ORANGE_LIGHT,
|
icon_color: ORANGE_DIMMED,
|
||||||
background_color: BG,
|
background_color: BG,
|
||||||
},
|
},
|
||||||
active: &ButtonStyle {
|
active: &ButtonStyle {
|
||||||
|
Loading…
Reference in New Issue
Block a user