fix: empty button text font size

This commit is contained in:
Tienson Qin
2025-10-22 18:30:58 +08:00
parent 3f582ec07a
commit 5618d47454
2 changed files with 6 additions and 2 deletions

View File

@@ -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