Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alwx committed Feb 5, 2024
1 parent aefdbd4 commit ab4c56d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
(ns status-im.contexts.chat.messenger.composer.actions.style
(:require
[react-native.platform :as platform]
[react-native.reanimated :as reanimated]
[react-native.safe-area :as safe-area]
[status-im.contexts.chat.messenger.composer.constants :as constants]))

(def actions-container
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(ns status-im.contexts.chat.messenger.photo-selector.style
(:require
[quo.foundations.colors :as colors]
[react-native.platform :as platform]
[react-native.safe-area :as safe-area]))
[react-native.platform :as platform]))

(defn gradient-container
[bottom-inset]
Expand Down

0 comments on commit ab4c56d

Please sign in to comment.