diff --git a/src/alf/themes.ts b/src/alf/themes.ts index cb97a7065b..82b2e1b405 100644 --- a/src/alf/themes.ts +++ b/src/alf/themes.ts @@ -497,7 +497,7 @@ export function createThemes({ color: dimPalette.contrast_400, }, text_contrast_medium: { - color: dimPalette.contrast_700, + color: dimPalette.contrast_600, }, text_contrast_high: { color: dimPalette.contrast_900, diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index c8072464df..f80809fd57 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -138,7 +138,6 @@ export function VideoPostCard({ style={[ a.flex_1, a.text_sm, - a.font_bold, a.leading_tight, t.atoms.text_contrast_medium, ]}