@khanacademy/wonder-blocks-card 0.0.0-PR2816-20251008182823 → 0.0.0-PR2816-20251008184253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/package.json +1 -1
- package/src/components/card.tsx +1 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/components/card.tsx
CHANGED
|
@@ -241,6 +241,7 @@ const getComponentStyles = ({
|
|
|
241
241
|
borderColor: semanticColor.core.border.neutral.subtle,
|
|
242
242
|
borderStyle: "solid",
|
|
243
243
|
borderWidth: border.width.thin,
|
|
244
|
+
// Apply the system font to cards by default
|
|
244
245
|
fontFamily: font.family.sans,
|
|
245
246
|
minInlineSize: sizing.size_280,
|
|
246
247
|
position: "relative",
|