File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11
11
(if (= size :big ) big-option small-option))
12
12
13
13
(defn tag-container [size border-color]
14
- (merge {:height (if border-color (get-value-from-size size 33 25 ) (get-value-from-size size 32 24 ))
14
+ (merge {:height (if border-color (get-value-from-size size 34 26 ) (get-value-from-size size 32 24 ))
15
15
:align-items :center
16
16
:flex-direction :row
17
17
:left 0
Original file line number Diff line number Diff line change 44
44
:right (get-value-from-size size -3 -5 )
45
45
:bottom (get-value-from-size size (- 32 7 (if is-required 5 4 )) (- 24 7 (if is-required 4 2 ))) ; (- height (icon-height/2) spacing)
46
46
})}
47
- [icons/icon (if is-required :main-icons2/required-checkmark12 :main-icons2/purchasable12 ) {:no-color true
48
- :width (if is-required 6 12 )
49
- :height (if is-required 6 12 )}]])}]))
47
+ [icons/icon (if is-required :main-icons2/required-checkmark12 :main-icons2/purchasable12 ) (merge {:no-color true
48
+ :width (if is-required 7 12 )
49
+ :height (if is-required 6 12 )}
50
+ (when is-required {:container-style {:margin-right 1 }}))]])}]))
Original file line number Diff line number Diff line change 260
260
261
261
(defn theme-colors [light dark]
262
262
(if (theme/dark? ) dark light))
263
-
264
- ; ;;;Customisation
You can’t perform that action at this time.
0 commit comments