Skip to content

Commit

Permalink
feat(CardSummary): change title font to titleSmallBold (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
judastheo authored Mar 12, 2024
1 parent bb93918 commit 19c729f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified sandbox/e2e/android/screenshots/CardSummary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sandbox/e2e/ios/screenshots/CardSummary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/primitives/card/card-content/card-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const CardContent = (props: CardContentProps) => {
{hasTitle && (
<Text
paddingBottom={hasDescription ? 'xxs' : undefined}
variant="titleMediumBold"
variant="titleSmallBold"
color={colors?.titleColor}
>
{title}
Expand Down

0 comments on commit 19c729f

Please sign in to comment.