From 6e6c5b8fa6e1b62fb963d441bff46beed2b8df61 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 16 Jan 2025 16:43:00 -0600 Subject: [PATCH] Tweak handle --- src/alf/themes.ts | 2 +- src/components/VideoPostCard.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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, ]}