Add theme property to control hovered avatar size
This commit is contained in:
@@ -172,8 +172,9 @@ controls:
|
||||
color foreground: colors.accentBackground
|
||||
|
||||
avatar:
|
||||
int size: baseElementsHeight
|
||||
int radius: theme.radius
|
||||
int size: baseElementsHeight
|
||||
int radius: theme.radius
|
||||
int hoveredSize: 192
|
||||
|
||||
background:
|
||||
int saturation: colors.saturation + 10
|
||||
|
Reference in New Issue
Block a user