Skip to content

Commit 7318750

Browse files
committed
chore: fixed based on review feedback.
1 parent f9bbada commit 7318750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uikit-react-native/src/components/ReactionBottomSheets/ReactionUserListBottomSheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const ReactionUserListBottomSheet = ({
149149
})}
150150
{userCountDifference > 0 && (
151151
<View style={styles.pageItem}>
152-
<Text body3 color={select({ dark: palette.onBackgroundDark02, light: palette.onBackgroundLight02 })}>
152+
<Text body3 color={colors.onBackground02}>
153153
{STRINGS.REACTION.MORE_USERS(userCountDifference)}
154154
</Text>
155155
</View>

0 commit comments

Comments
 (0)