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;
justify-content: center;
background-color: globals.$background-color;
color: #fff;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
svg {
color: inherit;
}
}
&__badge-picture {