Skip to content

Commit 1c2ea7a

Browse files
authored
fix(Box): Inherit font-size to prevent unintended typography overrides (#928)
1 parent be6f5f8 commit 1c2ea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/box/box.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
border: 0;
44
margin: 0;
55
padding: 0;
6-
font-size: var(--reactist-font-size-body);
6+
font-size: inherit;
77
font-family: inherit;
88
vertical-align: baseline;
99
background-color: transparent;

0 commit comments

Comments
 (0)