Skip to content

Commit 7889cb9

Browse files
Afriq Yasin RamadhanAfriq Yasin Ramadhan
authored andcommitted
feat(input-range): change input range color with brand-accent
1 parent 88e5ddb commit 7889cb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/input-range/InputRange.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ watch([startValue, endValue], ([startVal, endVal]) => {
267267
@apply h-2 rounded;
268268
269269
&-active {
270-
@apply bg-info-emphasis relative text-center;
271-
@apply dark:bg-dark-info-emphasis;
270+
@apply bg-brand-accent relative text-center;
271+
@apply dark:bg-dark-brand-accent;
272272
}
273273
274274
&-upper {
@@ -282,8 +282,8 @@ watch([startValue, endValue], ([startVal, endVal]) => {
282282
283283
&:hover,
284284
&:active {
285-
@apply ring ring-info border-info-emphasis;
286-
@apply dark:ring-dark-info dark:border-dark-info-emphasis;
285+
@apply ring ring-info border-brand-accent;
286+
@apply dark:ring-dark-info dark:border-dark-brand-accent;
287287
}
288288
289289
&-start {

0 commit comments

Comments
 (0)