Using actors avatars table for secondary profile photos.

This commit is contained in:
2024-10-26 01:03:30 +02:00
parent 6b5aa9505e
commit a6af10ee20
5 changed files with 40 additions and 19 deletions

View File

@@ -79,7 +79,8 @@ defineProps({
padding: .25rem;
.icon {
fill: var(--highlight);
fill: var(--highlight-strong-20);
filter: drop-shadow(0 0 1px var(--shadow));
}
}