Skip to content

Commit 88d6728

Browse files
committed
Tweak slider colors
1 parent 4520a48 commit 88d6728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/sliders/constants.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
railWidth: 5,
5757
railBorder: 4,
5858
railBorderColor: '#bec8d9',
59-
railBgColor: '#ebedf0',
59+
railBgColor: '#f8fafc',
6060

6161
// The distance of the rail from the edge of the touchable area
6262
// Slightly less than the step inset because of the curved edges
@@ -68,13 +68,13 @@ module.exports = {
6868
// but for other styles it wouldn't really need to be.
6969
stepInset: 10,
7070

71-
gripRadius: 10,
71+
gripRadius: 3,
7272
gripWidth: 20,
7373
gripHeight: 20,
7474
gripBorder: 20,
7575
gripBorderWidth: 1,
7676
gripBorderColor: '#bec8d9',
77-
gripBgColor: '#ebedf0',
77+
gripBgColor: '#f6f8fa',
7878
gripBgActiveColor: '#dbdde0',
7979

8080
labelPadding: 8,

0 commit comments

Comments
 (0)