Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ const RewardItem: React.FC<RewardItemProps> = ({
>
{/* Reward Icon */}
<Box
twClassName={`h-12 w-12 rounded-full bg-muted items-center justify-center`}
twClassName={`h-10 w-10 rounded-full bg-muted items-center justify-center`}
testID={REWARDS_VIEW_SELECTORS.TIER_REWARD_ICON}
>
<Icon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const ActivityEventRow: React.FC<{
}
>
<Box
twClassName="bg-muted rounded-full items-center justify-center size-12"
twClassName="bg-muted rounded-full items-center justify-center size-10"
flexDirection={BoxFlexDirection.Column}
alignItems={BoxAlignItems.Center}
justifyContent={BoxJustifyContent.Center}
Expand Down Expand Up @@ -172,7 +172,7 @@ export const ActivityEventRow: React.FC<{
{event.bonus?.bips && (
<Text
variant={TextVariant.BodySm}
color={TextColor.TextAlternative}
color={TextColor.SuccessDefault}
twClassName="ml-1"
testID={`${REWARDS_VIEW_SELECTORS.ACTIVITY_EVENT_ROW_BONUS}-${testID}`}
>
Expand Down
Loading
Loading