Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed Jun 21, 2022
1 parent 985497d commit 3efccb9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified resources/images/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/images/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/status_im/ui/components/react.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

(def app-state (.-AppState react-native))
(def view (reagent/adapt-react-class (.-View react-native)))
(def safe-area-view (reagent/adapt-react-class (.-SafeAreaView react-native)))

(def scroll-view-class (reagent/adapt-react-class (.-ScrollView react-native)))
(def keyboard-avoiding-view-class (reagent/adapt-react-class (.-KeyboardAvoidingView react-native)))
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/ui/components/search_input/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:style {:padding-horizontal 8
:background-color (quo2.colors/theme-colors quo2.colors/white quo2.colors/ui-background-03-dark)}
:on-press #(some-> ^js @input-ref (.focus))
:icon-opts {:color (:icon-01 @colors/theme)}}
:icon-opts {:color (quo2.colors/theme-colors quo2.colors/neutral-50 quo2.colors/white)}}
:on-focus #(do
(when on-focus
(on-focus search-filter))
Expand Down
1 change: 1 addition & 0 deletions src/status_im/ui/screens/home/views/inner_item.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
[icons/icon :main-icons/tiny-group2
{:width 16
:height 16
:no-color true
:container-style {:width 16
:height 16
:margin-right 4}}]
Expand Down

0 comments on commit 3efccb9

Please sign in to comment.