We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67c411 commit 4c5a4d8Copy full SHA for 4c5a4d8
packages/vuetify/src/components/VAvatar/_variables.scss
@@ -4,7 +4,7 @@
4
@use "../../styles/tools/functions";
5
6
// Defaults
7
-$avatar-background: var(--v-theme-surface) !default;
+$avatar-background: rgb(var(--v-theme-surface)) !default;
8
$avatar-border-radius: map.get(variables.$rounded, 'circle') !default;
9
$avatar-border-color: settings.$border-color-root !default;
10
$avatar-border-radius: map.get(settings.$rounded, 0) !default;
0 commit comments