Skip to content

Commit 9058b4c

Browse files
committed
Allow filters by activity type
Add test coverage Fix bug prettier issue fix bugbot fix f Address comments and update design Update OriginSpamModal.test.tsx.snap Fix bug Fix bug Fix bug Update NFTAutoDetectionModal.test.tsx.snap Revert snapshot Update index.test.tsx.snap Update OptionSheet.test.tsx.snap
1 parent 59821d4 commit 9058b4c

19 files changed

Lines changed: 2513 additions & 729 deletions

File tree

app/components/UI/Rewards/components/RewardItem/RewardItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ const RewardItem: React.FC<RewardItemProps> = ({
377377
>
378378
{/* Reward Icon */}
379379
<Box
380-
twClassName={`h-12 w-12 rounded-full bg-muted items-center justify-center`}
380+
twClassName={`h-10 w-10 rounded-full bg-muted items-center justify-center`}
381381
testID={REWARDS_VIEW_SELECTORS.TIER_REWARD_ICON}
382382
>
383383
<Icon

app/components/UI/Rewards/components/Tabs/ActivityTab/ActivityEventRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const ActivityEventRow: React.FC<{
131131
}
132132
>
133133
<Box
134-
twClassName="bg-muted rounded-full items-center justify-center size-12"
134+
twClassName="bg-muted rounded-full items-center justify-center size-10"
135135
flexDirection={BoxFlexDirection.Column}
136136
alignItems={BoxAlignItems.Center}
137137
justifyContent={BoxJustifyContent.Center}
@@ -172,7 +172,7 @@ export const ActivityEventRow: React.FC<{
172172
{event.bonus?.bips && (
173173
<Text
174174
variant={TextVariant.BodySm}
175-
color={TextColor.TextAlternative}
175+
color={TextColor.SuccessDefault}
176176
twClassName="ml-1"
177177
testID={`${REWARDS_VIEW_SELECTORS.ACTIVITY_EVENT_ROW_BONUS}-${testID}`}
178178
>

0 commit comments

Comments
 (0)