feat(style): update basic red color (#4368)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<van-slider
|
||||
v-model="value5"
|
||||
bar-height="4px"
|
||||
active-color="#f44"
|
||||
active-color="#ee0a24"
|
||||
@change="onChange"
|
||||
/>
|
||||
</demo-block>
|
||||
@@ -43,7 +43,7 @@
|
||||
<demo-block :title="$t('customButton')">
|
||||
<van-slider
|
||||
v-model="value6"
|
||||
active-color="#f44"
|
||||
active-color="#ee0a24"
|
||||
>
|
||||
<template #button>
|
||||
<div class="custom-button">{{ value6 }}</div>
|
||||
|
||||
Reference in New Issue
Block a user