chore(osd): use AstalWp.Endpoint.description instead of name

This commit is contained in:
retrozinndev
2025-06-21 14:20:27 -03:00
parent d13da4f462
commit 3f26a3528b
3 changed files with 42 additions and 61 deletions
+4 -2
View File
@@ -2,10 +2,12 @@
@use "./wal";
@use "./functions" as funs;
.osd {
background: funs.toRGB(color.change($color: wal.$background, $alpha: 65%));
padding: 14px 16px;
border-radius: 20px;
padding: 16px;
border-radius: 24px;
min-width: 180px;
.icon {
margin-right: 10px;