From 498b214b68dad202384e9c4dc1590eb6cb6230f9 Mon Sep 17 00:00:00 2001 From: troff8 Date: Tue, 13 Jun 2023 12:31:10 +0400 Subject: [PATCH] feat(GoalListItem): changed text style --- src/components/GoalListItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/GoalListItem.tsx b/src/components/GoalListItem.tsx index 8957e6c36..045a20d59 100644 --- a/src/components/GoalListItem.tsx +++ b/src/components/GoalListItem.tsx @@ -105,7 +105,6 @@ const CommentsCountIcon = styled(MessageIcon)` const GoalTextItem = styled(Text).attrs({ size: 's', - weight: 'bold', color: gray9, })``;