We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09bf84 commit b21d909Copy full SHA for b21d909
src/@chakra-ui/gatsby-plugin/components/Tag/index.ts
@@ -15,9 +15,11 @@ const { Tag: tagTheme } = theme.components
15
const baseStyleContainer = defineMergeStyles(tagTheme.baseStyle?.container, {
16
border: "1px",
17
borderColor: "transparent",
18
+ boxSizing: "border-box",
19
gap: 1,
20
borderRadius: "full",
21
px: 2,
22
+ py: 0.5,
23
minH: 8,
24
fontWeight: 300,
25
"&:any-link": {
@@ -35,7 +37,7 @@ const baseStyleLabel = defineStyle({
35
37
fontSize: "xs",
36
38
textTransform: "uppercase",
39
textAlign: "center",
- lineHeight: 1,
40
+ lineHeight: 1.6,
41
})
42
43
const baseStyleCloseButton = defineStyle({
0 commit comments