Reorder style as previous

This commit is contained in:
Mendel Konikov
2019-02-08 10:34:40 -05:00
parent 17a05059d9
commit 174a80c377
+1 -1
View File
@@ -5,8 +5,8 @@ const DEFAULT_STYLE = {
backgroundColor: '#323232',
zIndex: 3,
willChange: 'transform, opacity',
pointerEvents: 'none',
transition: 'transform .35s cubic-bezier(.55,0,.1,1), opacity .35s',
pointerEvents: 'none',
padding: '12px 18px 0',
color: '#fff',
borderRadius: '4px',