fix: typo

This commit is contained in:
Methapon2001 2024-04-11 14:38:37 +07:00
parent ec927f6e86
commit d00752d344

View file

@ -21,7 +21,7 @@ html {
--info-bg: var(--blue-6-hsl);
--negative-fg: 0 0% 100%;
--negative-fg: var(--red-9-hsl);
--negative-bg: var(--red-9-hsl);
--gender-male: var(--blue-5-hsl);
--gender-female: var(--pink-7-hsl);
@ -119,11 +119,11 @@ html {
background-color: hsl(var(--info-bg));
}
.app-text-danger {
color: hsl(var(--info-bg));
.app-text-negative {
color: hsl(var(--negative-bg));
}
.app-bg-danger {
.app-bg-negative {
color: hsl(var(--negative-fg));
background-color: hsl(var(--negative-bg));
}