Skip to content

Commit

Permalink
bugfix#158
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth716 committed Nov 11, 2022
1 parent bbb0b31 commit c34d84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/Home/MyVcs/GetIdInputModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const GetIdInputModal: React.FC<GetIdInputModalProps> = (props) => {
</Text>
}
width={Dimensions.get('screen').width * 0.8}
height={Dimensions.get('screen').height * 0.15}
height={Dimensions.get('screen').height * 0.2}
backgroundColor={'lightgray'}
withPointer={true}
skipAndroidStatusBar={true}
Expand Down

0 comments on commit c34d84b

Please sign in to comment.