chore(core/rust): change design of TT's disabled confirm button

[no changelog]
pull/3140/head
grdddj 12 months ago committed by Jiří Musil
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…
Cancel
Save