Skip to content

Commit a92be4e

Browse files
committed
Removed color style from logout modal title text to make it adapt automatically to dark mode
1 parent 438d3b2 commit a92be4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/modals/SignOutModal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function SignOutModal(): JSX.Element {
3535
return (
3636
<CenterModal isOpen={isSignOutModalOpen} onClosed={onClosed} backdropPressToClose={false}>
3737
<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>
38+
<AppText style={tailwind('mx-4 text-center text-xl')} numberOfLines={1} semibold>
3939
{strings.modals.SignOutModal.title}
4040
</AppText>
4141

0 commit comments

Comments
 (0)