enhance(ux): add hidden properties area in sidebar and main page

This commit is contained in:
Tienson Qin
2025-09-07 18:40:22 +08:00
parent 5715a813a1
commit aba80a4564
10 changed files with 77 additions and 42 deletions

View File

@@ -55,7 +55,7 @@
:else
"Empty")]
(if (= text "Empty")
(shui/button (merge {:class "empty-btn" :variant :text} opts)
(shui/button (merge {:class "empty-btn !text-base" :variant :text} opts)
text)
(shui/button (merge {:class "empty-btn !text-base" :variant :text} opts)
text))))