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

@ -3,7 +3,7 @@ import FluentUI 1.0
Rectangle {
color: FluTheme.isDark ? Qt.rgba(45/255,45/255,45/255,1) : Qt.rgba(226/255,230/255,234/255,1)
color: FluTheme.dark ? Qt.rgba(45/255,45/255,45/255,1) : Qt.rgba(226/255,230/255,234/255,1)
Behavior on color{
ColorAnimation {