mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-18 20:59:23 +00:00
ui: change wallet creation panel background and button colors
This commit is contained in:
@@ -129,7 +129,11 @@ impl WalletsContent {
|
||||
|| (dual_panel && show_wallet && !self.show_wallets_at_dual_panel) {
|
||||
Colors::FILL_DARK
|
||||
} else {
|
||||
Colors::WHITE
|
||||
if create_wallet {
|
||||
Colors::WHITE
|
||||
} else {
|
||||
Colors::BUTTON
|
||||
}
|
||||
},
|
||||
..Default::default()
|
||||
})
|
||||
|
||||
@@ -215,7 +215,7 @@ impl WalletCreation {
|
||||
);
|
||||
ui.add_space(8.0);
|
||||
let add_text = format!("{} {}", FOLDER_PLUS, t!("wallets.add"));
|
||||
View::button(ui, add_text, Colors::BUTTON, || {
|
||||
View::button(ui, add_text, Colors::WHITE, || {
|
||||
self.show_name_pass_modal(cb);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user