fix: ColorPicker preview height
This commit is contained in:
@ -96,8 +96,8 @@ const Floating = styled('div')`
|
|||||||
|
|
||||||
const Swatch = styled('div')`
|
const Swatch = styled('div')`
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 40px;
|
width: 48px;
|
||||||
height: 36px;
|
height: 32px;
|
||||||
border: 1px solid ${({ active, color }) => (active ? 'white' : 'transparent')};
|
border: 1px solid ${({ active, color }) => (active ? 'white' : 'transparent')};
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: ${({ color }) => color};
|
background: ${({ color }) => color};
|
||||||
|
Reference in New Issue
Block a user