mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-03 03:37:46 +08:00
9 lines
158 B
QML
9 lines
158 B
QML
import QtQuick 2.15
|
|
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)
|
|
|
|
}
|