Skip to content

Commit a7e393c

Browse files
committed
Update index.tsx
1 parent c0b5a67 commit a7e393c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/private/search/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default function SearchScreen() {
207207
router.push(`/private/profile/${item.id}`);
208208
}}
209209
>
210-
<Text style={tw`text-dark font-semibold text-sm`}>View</Text>
210+
<Text style={tw`text-black font-semibold text-sm`}>View</Text>
211211
</PressableHaptics>
212212
) : (
213213
<PressableHaptics
@@ -226,7 +226,7 @@ export default function SearchScreen() {
226226
color={isFollowing ? '#000' : '#fff'}
227227
/>
228228
) : (
229-
<Text style={tw`${isFollowing ? 'text-dark' : 'text-white'} font-semibold text-sm`}>
229+
<Text style={tw`${isFollowing ? 'text-black' : 'text-white'} font-semibold text-sm`}>
230230
{isFollowing ? 'Following' : 'Follow'}
231231
</Text>
232232
)}

0 commit comments

Comments
 (0)