mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 19:42:45 +01:00
Fix colors
This commit is contained in:
parent
a57a47538d
commit
f69c4a1381
@ -38,7 +38,7 @@ Item {
|
||||
|
||||
Rectangle {
|
||||
id: monitorsSettingsWrapper
|
||||
color: Material.background
|
||||
color: Material.theme === Material.Light ? "white" : Material.background
|
||||
radius: 3
|
||||
z: 98
|
||||
width: 1000
|
||||
|
Loading…
Reference in New Issue
Block a user