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

@ -39,7 +39,7 @@ Item {
implicitWidth: 40
implicitHeight: 24
radius: 20
radius: width/2
color: {
if (root.loading) return "transparent"
if (root._disabled) return root.colorScheme.background_strong
@ -56,7 +56,7 @@ Item {
anchors.leftMargin: root.checked ? 16 : 0
width: 24
height: 24
radius: 12
radius: width/2
color: {
if (root.loading) return "transparent"
if (root._disabled) return root.colorScheme.field_disabled