Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 1f75f5b

Browse files
committed
Fix Radium warning
1 parent d52a344 commit 1f75f5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Styles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ const styles = {
130130
},
131131
toolbarSide: {
132132
height : toolbarHeight,
133-
margin: 0,
134-
padding: 0,
133+
margin : 0,
135134
},
136135
toolbarLeftSide: {
137136
paddingLeft : '20px',

0 commit comments

Comments
 (0)