Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Commit 5227d5d

Browse files
author
Andrey Okonetchnikov
committed
feat: Use monospace font for swatch values
1 parent fe2072d commit 5227d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SwatchValue.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function SwatchValue({ color = "secondary", css: componentCSS, ...rest }) {
66
<p
77
css={css({
88
m: 0,
9-
fontFamily: "body",
9+
fontFamily: "monospace",
1010
fontSize: "sm",
1111
color,
1212
...componentCSS

0 commit comments

Comments
 (0)