mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 20:41:49 +03:00
fix(core): tag size in docs view (#6197)
This commit is contained in:
parent
0695544073
commit
fce4484a85
@ -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')}`,
|
||||
|
Loading…
Reference in New Issue
Block a user