Skip to content

Commit ffa9ec2

Browse files
update roli theme
1 parent c334269 commit ffa9ec2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"format": "prettier '**/*.js' --write",
1010
"test": "jest",
1111
"watch": "watch 'npm run build' ./src",
12+
"prepare": "npm run build",
1213
"build": "rollup -c",
1314
"storybook": "start-storybook -p 9009 -s public",
1415
"build-storybook": "build-storybook -c .storybook -o .out"

src/themes/roli.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const roliTheme = merge({}, defaultTheme, {
1313
marker: {
1414
width: '16px',
1515
height: '16px',
16-
backgroundColor: '#fff',
17-
border: 'none',
16+
backgroundColor: '#E167BA',
17+
border: '2px solid #fff',
1818
borderRadius: '50%',
1919
left: '1px',
2020
},

0 commit comments

Comments
 (0)