Skip to content

Commit 8154772

Browse files
committed
Fixed display of transparent avatars
1 parent 3082688 commit 8154772

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

public/build/assets/app-jsXsVF-0.css renamed to public/build/assets/app-D6gUvtEF.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"src": "public/img/ui/warning.svg"
1313
},
1414
"resources/css/app.scss": {
15-
"file": "assets/app-jsXsVF-0.css",
15+
"file": "assets/app-D6gUvtEF.css",
1616
"src": "resources/css/app.scss",
1717
"isEntry": true
1818
},

resources/css/app.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,14 @@ $utilities: (
126126
max-width: 100%;
127127
min-width: 40px;
128128
object-fit: cover;
129-
background-color: $white;
129+
background-color: rgba($secondary-bg-subtle, 0.7);
130130
}
131+
@include color-mode(dark) {
132+
.avatar-img {
133+
background-color: rgba($secondary-bg-subtle, 0.5);
134+
}
135+
}
136+
131137

132138
.company-usage img {
133139
filter: grayscale(100%) contrast(0.5);

0 commit comments

Comments
 (0)