We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438d3b2 commit a92be4eCopy full SHA for a92be4e
1 file changed
src/components/modals/SignOutModal/index.tsx
@@ -35,7 +35,7 @@ function SignOutModal(): JSX.Element {
35
return (
36
<CenterModal isOpen={isSignOutModalOpen} onClosed={onClosed} backdropPressToClose={false}>
37
<View style={tailwind('w-full px-3 pt-7 pb-3')}>
38
- <AppText style={tailwind('mx-4 text-center text-xl text-gray-100')} numberOfLines={1} semibold>
+ <AppText style={tailwind('mx-4 text-center text-xl')} numberOfLines={1} semibold>
39
{strings.modals.SignOutModal.title}
40
</AppText>
41
0 commit comments