From 4227b5c0b96659da13a9da2cdb8c19d625004e78 Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 13 Jul 2023 10:47:35 +0200 Subject: [PATCH] chore(core/rust): change design of TT's disabled confirm button [no changelog] --- core/embed/rust/src/ui/model_tt/theme.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/embed/rust/src/ui/model_tt/theme.rs b/core/embed/rust/src/ui/model_tt/theme.rs index a14d13aff..416982921 100644 --- a/core/embed/rust/src/ui/model_tt/theme.rs +++ b/core/embed/rust/src/ui/model_tt/theme.rs @@ -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,