Border radius uniformisation
We had a lot of radius 20, 22 and 24 which led to design inconsistencies. Set them all to 20.
This commit is contained in:
parent
01be1f0bda
commit
5e2ad9dec6
6 changed files with 8 additions and 8 deletions
|
|
@ -90,7 +90,7 @@ Item {
|
|||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: Theme.backgroundPrimary
|
||||
radius: 24
|
||||
radius: 20
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue