package add - otp input

This commit is contained in:
2025-06-25 17:40:16 +05:30
parent 9873a3844d
commit 9eb0c3eb2b
4 changed files with 48 additions and 51 deletions
+3 -4
View File
@@ -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,