Fix: category settings item separator line color

Fix: category settings item separator line color
This commit is contained in:
Omar Basem 2024-04-19 12:48:25 +04:00 committed by GitHub
parent ca53bf7388
commit 1f967c6aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,4 +23,4 @@
[:<> [:<>
[settings-item/view item] [settings-item/view item]
(when-not (= item (last settings-item)) (when-not (= item (last settings-item))
[rn/view {:style (style/settings-separator props)}])])]])) [rn/view {:style (style/settings-separator props theme)}])])]]))

View File

@ -32,7 +32,7 @@
{:margin-top 12}) {:margin-top 12})
(defn settings-separator (defn settings-separator
[{:keys [blur? theme]}] [{:keys [blur?]} theme]
{:height 1 {:height 1
:background-color (if blur? :background-color (if blur?
colors/white-opa-5 colors/white-opa-5