fix: use foreground color for icon default
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user