Skip to content

Commit 169f302

Browse files
author
Jay Chen
committed
Fix buttons' position in SingleColorPalette
1 parent 32e4e96 commit 169f302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/styles/ColorBoxStyles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
position: 'absolute',
3535
display: 'flex',
3636
alignItems: 'center',
37-
justifyContent: 'space-between',
37+
justifyContent: 'space-around',
3838
[sizes.down('xs')]: {
3939
flexDirection: 'column'
4040
}

0 commit comments

Comments
 (0)