💥 fix(ags/notifications): replace '&' with '&' on notification widget(pango markup thing), fix spacing

This commit is contained in:
retrozinndev
2025-03-12 15:13:23 -03:00
parent f0cec3ff84
commit aff51fb7cf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
top: 6px;
};
& > .notification {
& .notification {
margin: 6px;
box-shadow: 0 0 4px .5px colors.$bg-primary;
}