refactor css

This commit is contained in:
pa
2026-03-08 22:55:53 +09:00
parent 9b564303a4
commit 7a2bbf0ce2
13 changed files with 22 additions and 21 deletions

View File

@@ -804,7 +804,7 @@
right: 0;
width: 6px;
height: 6px;
background-color: #ef4444;
background-color: var(--color-red-500);
border-radius: 50%;
transform: translateY(-50%);
}
@@ -815,7 +815,7 @@
right: 0;
width: 6px;
height: 6px;
background-color: #ef4444;
background-color: var(--color-red-500);
border-radius: 50%;
transform: translateY(-50%);
}