Change some color.
This commit is contained in:
@@ -21,7 +21,7 @@ Page {
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
|
||||
color: MSettings.darkTheme ? "#363636" : "#f3f3f3"
|
||||
color: MSettings.darkTheme ? "#323232" : "#f3f3f3"
|
||||
|
||||
RowLayout {
|
||||
anchors.fill: parent
|
||||
@@ -39,6 +39,12 @@ Page {
|
||||
listModel: roomListModel
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
Layout.preferredWidth: 1
|
||||
Layout.fillHeight: true
|
||||
color: MSettings.darkTheme ? "#363636" : "#ececec"
|
||||
}
|
||||
|
||||
RoomForm {
|
||||
id: roomForm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user