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 {
align-items: center;
border-radius: var(--radius-3);
color: hsl(var(--text-mute));
color: hsl(var(--stone-4-hsl));
border: 1px solid transparent;
}
.dot {
height: 25px;
width: 25px;
background-color: hsl(var(--text-mute));
background-color: hsl(var(--stone-4-hsl));
color: white;
border-radius: 50%;
display: inline-flex;