Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Jul 21, 2023
1 parent 84321d0 commit eac0ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quo2/components/settings/category/reorder/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[draggable-flatlist/draggable-flatlist
{:data @atom-data
:key-fn (fn [item index] (str (:title item) index))
:style (style/reorder-items theme blur?)
:style style/reorder-items
:render-fn (fn [item _ _ _ _ drag] [reorder-item/reorder-item item types/item blur? drag])
:on-drag-end-fn (fn [_ _ data]
(on-drag-end-fn data atom-data))
Expand Down

0 comments on commit eac0ae8

Please sign in to comment.