mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-05 15:43:11 +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([
|
export const tagInline = style([
|
||||||
tagInnerWrapper,
|
tagInnerWrapper,
|
||||||
{
|
{
|
||||||
fontSize: cssVar('fontSm'),
|
fontSize: 'inherit',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
columnGap: '4px',
|
columnGap: '4px',
|
||||||
border: `1px solid ${cssVar('borderColor')}`,
|
border: `1px solid ${cssVar('borderColor')}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user