Skip to content

Commit eabe360

Browse files
committed
apply 'backgroundColor: theme.appBG' to all text inputs.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent d0c62a4 commit eabe360

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/signin/LoginForm/BaseLoginForm.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ function BaseLoginForm({blurOnSubmit = false, isVisible}: BaseLoginFormProps, re
238238
label={translate('loginForm.phoneOrEmail')}
239239
accessibilityLabel={translate('loginForm.phoneOrEmail')}
240240
value={login}
241-
textInputContainerStyles={{backgroundColor: theme.appBG}}
242241
returnKeyType="go"
243242
autoCompleteType="username"
244243
textContentType="username"

src/styles/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ const styles = (theme: ThemeColors) =>
13011301
flex: 1,
13021302
justifyContent: 'center',
13031303
height: '100%',
1304-
backgroundColor: 'transparent',
1304+
backgroundColor: theme.appBG,
13051305
overflow: 'hidden',
13061306
borderWidth: 1,
13071307
padding: 8,

0 commit comments

Comments
 (0)