mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +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 {
|
||||
font: Font::BOLD,
|
||||
text_color: FG,
|
||||
button_color: GREEN,
|
||||
text_color: GREY_LIGHT,
|
||||
button_color: GREEN_DARK,
|
||||
background_color: BG,
|
||||
border_color: BG,
|
||||
border_radius: RADIUS,
|
||||
|
Loading…
Reference in New Issue
Block a user