fix: ColorPicker preview height

This commit is contained in:
Tom Moor
2020-01-11 19:36:52 -08:00
parent 6d14dd5028
commit f231c664e6

View File

@ -96,8 +96,8 @@ const Floating = styled('div')`
const Swatch = styled('div')`
display: inline-block;
width: 40px;
height: 36px;
width: 48px;
height: 32px;
border: 1px solid ${({ active, color }) => (active ? 'white' : 'transparent')};
border-radius: 4px;
background: ${({ color }) => color};