fix: color

This commit is contained in:
Methapon2001 2024-04-11 18:08:02 +07:00
parent cc69713602
commit b0408ade9c

View file

@ -54,14 +54,14 @@ defineProps<{
.q-item { .q-item {
align-items: center; align-items: center;
border-radius: var(--radius-3); border-radius: var(--radius-3);
color: hsl(var(--text-mute)); color: hsl(var(--stone-4-hsl));
border: 1px solid transparent; border: 1px solid transparent;
} }
.dot { .dot {
height: 25px; height: 25px;
width: 25px; width: 25px;
background-color: hsl(var(--text-mute)); background-color: hsl(var(--stone-4-hsl));
color: white; color: white;
border-radius: 50%; border-radius: 50%;
display: inline-flex; display: inline-flex;