Skip to content

Commit 82a8367

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
fix(progress): make progress active in accent color
1 parent 2a2dc42 commit 82a8367

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/progress/Progress.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ const item = computed<ProgressLabel>(() => {
132132
133133
&--active {
134134
.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;
137137
}
138138
}
139139

src/components/toggle/Toggle.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ function toggle () {
174174
175175
&.toggle--checked {
176176
.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;
179179
}
180180
181181
.toggle__pointer {

0 commit comments

Comments
 (0)