File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ const item = computed<ProgressLabel>(() => {
132
132
133
133
& --active {
134
134
.progress__point {
135
- @apply bg-info-emphasis text-state-emphasis;
136
- @apply dark :bg-dark-info-emphasis dark:text-dark-state-emphasis;
135
+ @apply bg-brand-accent text-state-emphasis;
136
+ @apply dark :bg-dark-brand-accent dark:text-dark-state-emphasis;
137
137
}
138
138
}
139
139
Original file line number Diff line number Diff line change @@ -174,8 +174,8 @@ function toggle () {
174
174
175
175
& .toggle--checked {
176
176
.toggle__switch {
177
- @apply bg-info-emphasis border-info-emphasis ;
178
- @apply dark :bg-dark-info-emphasis dark:border-dark-info-emphasis ;
177
+ @apply bg-brand-accent border-brand-accent ;
178
+ @apply dark :bg-dark-brand-accent dark:border-dark-brand-accent ;
179
179
}
180
180
181
181
.toggle__pointer {
You can’t perform that action at this time.
0 commit comments