mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
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:
@@ -214,7 +214,7 @@ PanelWithOverlay {
|
||||
Rectangle {
|
||||
id: searchBar
|
||||
color: Theme.surfaceVariant
|
||||
radius: 22
|
||||
radius: 20
|
||||
height: 48
|
||||
Layout.fillWidth: true
|
||||
border.color: searchField.activeFocus ? Theme.accentPrimary : Theme.outline
|
||||
|
||||
Reference in New Issue
Block a user