minor styling changes to gaps, font-size and width

This commit is contained in:
ijin08 2019-01-24 14:39:52 +01:00
parent 8d8f944a1f
commit ce440b85fc
2 changed files with 4 additions and 3 deletions

View File

@ -29,8 +29,8 @@ export const NamedColorsPalette = ({ color, onChange, theme }: NamedColorsPalett
style={{
display: 'grid',
gridTemplateColumns: 'repeat(3, 1fr)',
gridRowGap: '32px',
gridColumnGap: '32px',
gridRowGap: '24px',
gridColumnGap: '24px',
}}
>
{swatches}

View File

@ -1,6 +1,7 @@
$arrowSize: 15px;
.ColorPicker {
@extend .popper;
font-size: 12px;
}
.ColorPicker__arrow {
@ -128,7 +129,7 @@ $arrowSize: 15px;
}
.ColorPickerPopover__content {
width: 360px;
width: 336px;
padding: 24px;
}