package add - otp input
This commit is contained in:
@@ -5,7 +5,6 @@ import { GlobalTheme, Screen } from '../../../theme';
|
||||
export const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
// backgroundColor: GlobalTheme.colors.white,
|
||||
paddingHorizontal: 10,
|
||||
},
|
||||
logoContainer: {
|
||||
@@ -35,7 +34,7 @@ export const styles = StyleSheet.create({
|
||||
otp_inputStyle: {
|
||||
textAlign: 'center',
|
||||
backgroundColor: 'red',
|
||||
width: ((Screen.screenWidth('80%') / 4) - 30),
|
||||
width: 100,
|
||||
borderRadius: 4,
|
||||
paddingVertical: 10,
|
||||
paddingHorizontal: 15,
|
||||
@@ -48,8 +47,8 @@ export const styles = StyleSheet.create({
|
||||
},
|
||||
verify_otp_inputStyle: {
|
||||
textAlign: 'center',
|
||||
backgroundColor: PageTheme.$secondary_color_light,
|
||||
width: ((Screen.screenWidth('80%') / 4) - 30),
|
||||
backgroundColor: 'red',
|
||||
width: 100,
|
||||
borderRadius: 4,
|
||||
paddingVertical: 10,
|
||||
paddingHorizontal: 15,
|
||||
|
||||
Reference in New Issue
Block a user