1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 09:06:07 +03:00

color palette table style tweaks

This commit is contained in:
Shawn Allen 2019-07-18 16:33:00 -07:00
parent c32892e198
commit 8febacda29
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ export const Var = styled(Text).attrs({
`
export const PaletteHeading = ({indicatorColor, children, ...rest}) => (
<Text as="th" fontWeight="bold" {...rest} style={{borderBottom: `2px solid ${colors.black} !important`}}>
<Text as="th" fontWeight="bold" {...rest}>
<Box pt={3}>{children}</Box>
</Text>
)

View File

@ -231,4 +231,4 @@ You can adjust border widths on all sides or each side individually with respons
'variable',
'value'
]}
borderSpacing="0 4px" />
style={{borderSpacing: '0 4px'}} />