8000 fix: update font weight for xs feature badges · coder/coder@fb4b734 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb4b734

Browse files
committed
fix: update font weight for xs feature badges
1 parent 230aa1d commit fb4b734

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/src/components/FeatureBadge/FeatureBadge.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ const styles = {
5656
},
5757

5858
badgeExtraSmallText: {
59+
// Have to beef up font weight so that the letters still maintain the
60+
// same relative thickness as all our other main UI text
61+
fontWeight: 500,
5962
fontSize: "0.625rem",
6063
},
6164

0 commit comments

Comments
 (0)
0