Skip to content

Commit d0feba0

Browse files
homotechsualslorber
authored andcommitted
refactor(theme): remove hard-coded tag border-radius (#8062)
1 parent c7301f5 commit d0feba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docusaurus-theme-classic/src/theme/Tag/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
.tagRegular {
23-
border-radius: 0.5rem;
23+
border-radius: var(--ifm-global-radius);
2424
padding: 0.2rem 0.5rem 0.3rem;
2525
font-size: 90%;
2626
}

0 commit comments

Comments
 (0)