feat: recreate favorite list/item

This commit is contained in:
Sonny
2024-11-03 19:37:45 +01:00
committed by Sonny
parent 343160f324
commit d01bfaeec2
7 changed files with 154 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
user-select: none;
cursor: pointer;
width: 100%;
background-color: light-dark(--mantine-color-gray-1, rgb(50, 58, 71));
background-color: light-dark(var(--mantine-color-gray-1), rgb(50, 58, 71));
padding: 0.75em 1em;
border-radius: var(--border-radius);
border: 1px solid transparent;