fix: reduce nexus smoothing
Squircle -> circular increases visual size when same smoothing
This commit is contained in:
parent
a630bb470d
commit
65c66548cc
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Item {
|
||||||
BlobGroup {
|
BlobGroup {
|
||||||
id: blobGroup
|
id: blobGroup
|
||||||
|
|
||||||
smoothing: root.Tokens.rounding.largeIncreased
|
smoothing: root.Tokens.rounding.medium
|
||||||
color: Colours.palette.m3surfaceContainerLow
|
color: Colours.palette.m3surfaceContainerLow
|
||||||
|
|
||||||
Behavior on color {
|
Behavior on color {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue