|
|
@@ -53,9 +53,9 @@
|
|
|
:else
|
|
|
"Empty")]
|
|
|
(if (= text "Empty")
|
|
|
- (shui/button (merge {:class "empty-btn !text-base" :variant :text} opts)
|
|
|
+ (shui/button (merge {:class "empty-btn" :variant :text} opts)
|
|
|
text)
|
|
|
- (shui/button (merge {:class "empty-btn !text-base" :variant :text} opts)
|
|
|
+ (shui/button (merge {:class "empty-btn" :variant :text} opts)
|
|
|
text))))
|
|
|
|
|
|
(rum/defc property-empty-text-value
|