Skip to content

Commit

Permalink
tweak: fix dark background for key-pair and account settings
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed May 6, 2024
1 parent 9f47bb3 commit 1798bd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/status_im/navigation/screens.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,9 @@
:component saved-addresses-settings/view}

{:name :screen/settings.keypairs-and-accounts
:options options/transparent-modal-screen-options
:options (merge
options/transparent-modal-screen-options
options/dark-screen)
:component keypairs-and-accounts/view}

{:name :screen/settings-messages
Expand Down

0 comments on commit 1798bd7

Please sign in to comment.