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 {
|
.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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue