We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9a266 commit 6156b24Copy full SHA for 6156b24
1 file changed
posts/2022-12-07-font-scaling-in-css.mdx
@@ -139,7 +139,7 @@ Below is a series of buttons using the `.iffy` method with their font sizes rang
139
style={{
140
display: "flex",
141
alignItems: "center",
142
- background: `var(${cssVariable("--primary")})`,
+ background: "#3498db",
143
color: "white",
144
padding: "12px 24px",
145
fontSize: `${16 * scale}px`,
@@ -169,7 +169,7 @@ Now we'll switch to the `.improved` method — notice the button only grows
169
170
171
172
173
174
padding: "4px 24px",
175
minHeight: "44px",
0 commit comments