fix(core): tag size in docs view (#6197)

This commit is contained in:
Peng Xiao 2024-03-19 08:53:08 +00:00
parent 0695544073
commit fce4484a85
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -82,7 +82,7 @@ export const tagInnerWrapper = style({
export const tagInline = style([
tagInnerWrapper,
{
fontSize: cssVar('fontSm'),
fontSize: 'inherit',
borderRadius: '10px',
columnGap: '4px',
border: `1px solid ${cssVar('borderColor')}`,