fix: use foreground color for icon default

This commit is contained in:
talksik
2025-04-13 13:33:27 -07:00
parent 0556024f01
commit 6f08b09494
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -152,6 +152,11 @@ AppWindow {
// NOTE: MenuItem is not recommended as it isn't consistent with the menu theming. Please use Action until a fix is made.
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/icons/sidebar-duotone.svg"
iconWidth: 10
iconHeight: 10
}
AppSecondaryButton {
onClicked: menu.open()
text: "Open menu"