From 23e5b246eb56b8a6f8b635ba253e92654a1a93d6 Mon Sep 17 00:00:00 2001 From: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:31:16 -0400 Subject: [PATCH] Fix track screen artist name font weight (#3695) --- .../src/components/details-tile/DetailsTile.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/packages/mobile/src/components/details-tile/DetailsTile.tsx b/packages/mobile/src/components/details-tile/DetailsTile.tsx index 1915e19445..a7feb36312 100644 --- a/packages/mobile/src/components/details-tile/DetailsTile.tsx +++ b/packages/mobile/src/components/details-tile/DetailsTile.tsx @@ -23,9 +23,9 @@ import { Hyperlink, Tile, DogEar, - DogEarType + DogEarType, + Text } from 'app/components/core' -import Text from 'app/components/text' import UserBadges from 'app/components/user-badges' import { light } from 'app/haptics' import { useIsGatedContentEnabled } from 'app/hooks/useIsGatedContentEnabled' @@ -100,11 +100,6 @@ const useStyles = makeStyles(({ palette, spacing, typography }) => ({ alignSelf: 'center' }, - artist: { - color: palette.secondary, - fontSize: 18 - }, - badge: { marginLeft: spacing(1) }, @@ -348,7 +343,9 @@ export const DetailsTile = ({ {user ? ( - {user.name} + + {user.name} +