mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 15:30:55 +00:00
chore(core/rust): change design of TT's disabled confirm button
[no changelog]
This commit is contained in:
parent
f9a1592162
commit
4227b5c0b9
@ -215,8 +215,8 @@ pub const fn button_confirm() -> ButtonStyleSheet {
|
|||||||
},
|
},
|
||||||
disabled: &ButtonStyle {
|
disabled: &ButtonStyle {
|
||||||
font: Font::BOLD,
|
font: Font::BOLD,
|
||||||
text_color: FG,
|
text_color: GREY_LIGHT,
|
||||||
button_color: GREEN,
|
button_color: GREEN_DARK,
|
||||||
background_color: BG,
|
background_color: BG,
|
||||||
border_color: BG,
|
border_color: BG,
|
||||||
border_radius: RADIUS,
|
border_radius: RADIUS,
|
||||||
|
Loading…
Reference in New Issue
Block a user