style: change to primary color

This commit is contained in:
MAZE 2024-01-03 20:03:32 +03:30
parent 131ab29621
commit c8e51226e5

View file

@ -44,7 +44,7 @@
width: 8px; width: 8px;
height: 8px; height: 8px;
content: ''; content: '';
background-color: #34d399; background-color: var(--color-neutral-950);
border-radius: 50%; border-radius: 50%;
} }
} }