fix: change color name main to info

This commit is contained in:
puriphatt 2024-04-04 17:47:05 +07:00
parent 0c857ba5ef
commit d9c3e8a53a

View file

@ -15,8 +15,8 @@ html {
--surface-2: var(--gray-1);
--surface-3: var(--gray-2);
--text-mute: var(--stone-4-hsl);
--main-fg: 0 0% 100%;
--main-bg: var(--blue-6-hsl);
--info-fg: 0 0% 100%;
--info-bg: var(--blue-6-hsl);
--gender-male: var(--blue-5-hsl);
--gender-female: var(--pink-7-hsl);