style: enhance notification item styles with color adjustments and SVG inheritance

This commit is contained in:
Moyasee
2025-12-27 00:42:23 +02:00
parent 40795c34dc
commit 798f88618e

View File

@@ -42,12 +42,17 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background-color: globals.$background-color; background-color: globals.$background-color;
color: #fff;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
} }
svg {
color: inherit;
}
} }
&__badge-picture { &__badge-picture {