feat: add ghost button

This commit is contained in:
talksik
2025-04-11 13:17:55 -07:00
parent d761ef4fd7
commit 49ac1403a9
3 changed files with 25 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@ AppWindow {
AppSecondaryButton {
text: "Secondary button"
}
AppGhostButton {
text: "Ghost"
}
}
AppCard {