Skip to content

Commit

Permalink
fix(Slider): DEFAULT_SATURATION
Browse files Browse the repository at this point in the history
  • Loading branch information
linx4200 committed Dec 14, 2020
1 parent ba5255e commit 6ef95e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import colorMixin from '../mixin/color'
import hue from './common/Hue.vue'
const DEFAULT_SATURATION = 0.1
const DEFAULT_SATURATION = 0.5
export default {
name: 'Slider',
Expand Down

0 comments on commit 6ef95e4

Please sign in to comment.