We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4520a48 commit 88d6728Copy full SHA for 88d6728
src/components/sliders/constants.js
@@ -56,7 +56,7 @@ module.exports = {
56
railWidth: 5,
57
railBorder: 4,
58
railBorderColor: '#bec8d9',
59
- railBgColor: '#ebedf0',
+ railBgColor: '#f8fafc',
60
61
// The distance of the rail from the edge of the touchable area
62
// Slightly less than the step inset because of the curved edges
@@ -68,13 +68,13 @@ module.exports = {
68
// but for other styles it wouldn't really need to be.
69
stepInset: 10,
70
71
- gripRadius: 10,
+ gripRadius: 3,
72
gripWidth: 20,
73
gripHeight: 20,
74
gripBorder: 20,
75
gripBorderWidth: 1,
76
gripBorderColor: '#bec8d9',
77
- gripBgColor: '#ebedf0',
+ gripBgColor: '#f6f8fa',
78
gripBgActiveColor: '#dbdde0',
79
80
labelPadding: 8,
0 commit comments