feat(system): update Tooltip styles
This commit is contained in:
parent
03c4b96176
commit
3a9ebd152f
|
@ -24,6 +24,7 @@ export const slideLeftAndFade = keyframes({
|
||||||
|
|
||||||
export const Content = styled(Primitive.Content, {
|
export const Content = styled(Primitive.Content, {
|
||||||
fontFamily: theme.fonts.sans,
|
fontFamily: theme.fonts.sans,
|
||||||
|
fontWeight: '$500',
|
||||||
fontSize: 13,
|
fontSize: 13,
|
||||||
padding: 8,
|
padding: 8,
|
||||||
lineHeight: 1,
|
lineHeight: 1,
|
||||||
|
|
Loading…
Reference in New Issue