Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed May 8, 2024
1 parent c3d332c commit 3714fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/legacy/status_im/ui/screens/profile/seed/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
[legacy.status-im.utils.utils :as utils]
[re-frame.core :as re-frame]
[react-native.core :as rn]
[react-native.platform :as platform]
[react-native.safe-area :as safe-area]
[reagent.core :as reagent]
[utils.i18n :as i18n]
[utils.re-frame :as rf]
[react-native.platform :as platform]
[react-native.safe-area :as safe-area]))
[utils.re-frame :as rf]))

(def steps-numbers
{:intro 1
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/contexts/wallet/connected_dapps/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
(defn view
[]
[rn/view {:style {:flex 1}}
[header {:title "Connected dApps"}]])
[header {:title "Connected dApps"}]])

0 comments on commit 3714fde

Please sign in to comment.