fix: color
This commit is contained in:
parent
cc69713602
commit
b0408ade9c
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue