diff --git a/components/ElementToggle/index.scss b/components/ElementToggle/index.scss index 595458df..d1910810 100644 --- a/components/ElementToggle/index.scss +++ b/components/ElementToggle/index.scss @@ -47,32 +47,32 @@ &.fire { background: var(--fire-bg); - color: var(--fire-text); + color: var(--fire-hover-text); } &.water { background: var(--water-bg); - color: var(--water-text); + color: var(--water-hover-text); } &.earth { background: var(--earth-bg); - color: var(--earth-text); + color: var(--earth-hover-text); } &.wind { background: var(--wind-bg); - color: var(--wind-text); + color: var(--wind-hover-text); } &.dark { background: var(--dark-bg); - color: var(--dark-text); + color: var(--dark-hover-text); } &.light { background: var(--light-bg); - color: var(--light-text); + color: var(--light-hover-text); } } }