This commit is contained in:
朱子楚\zhuzi
2023-03-28 21:37:10 +08:00
parent b70a982586
commit a298f43388
46 changed files with 191 additions and 173 deletions

View File

@ -4,7 +4,7 @@ Text {
property int iconSource
property int iconSize: 20
property color iconColor: FluTheme.isDark ? "#FFFFFF" : "#000000"
property color iconColor: FluTheme.dark ? "#FFFFFF" : "#000000"
id:text_icon
font.family: "Segoe Fluent Icons"