feat: add icon button

This commit is contained in:
talksik
2025-04-11 13:43:00 -07:00
parent 151697bbe6
commit dd35651bee
3 changed files with 40 additions and 0 deletions
+7
View File
@@ -36,6 +36,13 @@ AppWindow {
AppGhostButton {
text: "Ghost"
}
AppIconButton {
source: "qrc:/live.flowy/imports/DesignSystem/app-icons/safari.svg"
useOriginalColor: true
}
AppIconButton {
source: "qrc:/live.flowy/imports/DesignSystem/icons/terminal-duotone.svg"
}
}
AppCard {