[bugfix/Chore] Fix warning progress bar color that was not applied.

This commit is contained in:
Sakamoto Shiina
2025-06-05 22:04:40 +09:00
parent bcef981955
commit ad0e87f5a1
5 changed files with 18 additions and 23 deletions

View File

@@ -54,7 +54,7 @@
.warning_svg {
padding-bottom: 0.4rem;
width: 2.4rem;
color: var(--waring_color);
color: var(--warning_color);
flex-shrink: 0;
}