💄 Adds new UI elements files and visual changes

This commit is contained in:
elhombretecla 2023-09-12 11:00:15 +02:00 committed by Eva
parent c291b632a1
commit 28010b786d
17 changed files with 63 additions and 18 deletions

View file

@ -8,6 +8,7 @@
(:require-macros [app.main.style :as stl])
(:require
[app.common.data :as d]
[app.common.data.macros :as dm]
[app.main.ui.formats :as fmt]
[app.util.dom :as dom]
[rumext.v2 :as mf]))
@ -138,7 +139,6 @@
:decode-fn decode-fn})]
[:& (mf/provider context) {:value context-value}
[:div {:class (stl/css-case :radio-btn-wrapper true
class true)
:style {:width width}}
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))
:style {:width width}}
children]]))