Skip to content

Commit 4c5a4d8

Browse files
fix(VAvatar): correct value for default background (#22310)
1 parent e67c411 commit 4c5a4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VAvatar/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@use "../../styles/tools/functions";
55

66
// Defaults
7-
$avatar-background: var(--v-theme-surface) !default;
7+
$avatar-background: rgb(var(--v-theme-surface)) !default;
88
$avatar-border-radius: map.get(variables.$rounded, 'circle') !default;
99
$avatar-border-color: settings.$border-color-root !default;
1010
$avatar-border-radius: map.get(settings.$rounded, 0) !default;

0 commit comments

Comments
 (0)