Fix: category settings item separator line color
Fix: category settings item separator line color
This commit is contained in:
parent
ca53bf7388
commit
1f967c6aa1
|
@ -23,4 +23,4 @@
|
|||
[:<>
|
||||
[settings-item/view item]
|
||||
(when-not (= item (last settings-item))
|
||||
[rn/view {:style (style/settings-separator props)}])])]]))
|
||||
[rn/view {:style (style/settings-separator props theme)}])])]]))
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
{:margin-top 12})
|
||||
|
||||
(defn settings-separator
|
||||
[{:keys [blur? theme]}]
|
||||
[{:keys [blur?]} theme]
|
||||
{:height 1
|
||||
:background-color (if blur?
|
||||
colors/white-opa-5
|
||||
|
|
Loading…
Reference in New Issue