dashboard: not full rounding for face
This commit is contained in:
parent
bef79bde1f
commit
ca9c06b689
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@ Row {
|
|||
id: root
|
||||
|
||||
padding: Appearance.padding.large
|
||||
spacing: Appearance.spacing.large
|
||||
spacing: Appearance.spacing.normal
|
||||
|
||||
StyledClippingRect {
|
||||
implicitWidth: info.implicitHeight
|
||||
implicitHeight: info.implicitHeight
|
||||
|
||||
radius: Appearance.rounding.full
|
||||
radius: Appearance.rounding.large
|
||||
color: Colours.palette.m3surfaceContainerHigh
|
||||
|
||||
MaterialIcon {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue