mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: empty button text font size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user