Skip to content

Commit 0afcc34

Browse files
Merge pull request #60 from crankyadmin/patch-1
Update styles.js to remove `backgroundColor`
2 parents 175f08c + 9490d84 commit 0afcc34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/styles.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
export default {
22
activeContainer: {
33
border: 'none',
4-
backgroundColor: '#ffffff',
54
},
65
inActiveContainer: {
76
border: 'none',
8-
backgroundColor: '#ffffff',
97
outline: 0,
108
},
119
};

0 commit comments

Comments
 (0)