This commit is contained in:
朱子楚\zhuzi
2023-04-05 16:37:27 +08:00
parent 93186edfbe
commit e7cea72825
15 changed files with 19 additions and 20 deletions

View File

@ -2,7 +2,7 @@
import QtQuick.Controls
import FluentUI
Button {
FluControl {
property bool disabled: false
property color normalColor: FluTheme.dark ? FluTheme.primaryColor.lighter : FluTheme.primaryColor.dark