1
0
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:
grdddj 2023-07-13 10:47:35 +02:00 committed by Jiří Musil
parent f9a1592162
commit 4227b5c0b9

View File

@ -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,