GODT-1502: Rebranding: color and radius.

This commit is contained in:
Jakub
2022-02-07 11:19:06 +01:00
parent 415d08b411
commit e353dc554d
19 changed files with 252 additions and 229 deletions

View File

@ -67,7 +67,7 @@ Window {
anchors.left: parent.left
anchors.right: parent.right
height: parent.height * 2
radius: 10
radius: ProtonStyle.dialog_radius
color: {
if (!statusItem.activeNotification) {
@ -232,7 +232,7 @@ Window {
anchors.left: parent.left
anchors.right: parent.right
height: parent.height * 2
radius: 10
radius: ProtonStyle.dialog_radius
color: root.colorScheme.background_weak
}