Skip to content

Commit

Permalink
fix: UI inconcistencies
Browse files Browse the repository at this point in the history
Signed-off-by: clegirar <[email protected]>
  • Loading branch information
clegirar committed Nov 20, 2023
1 parent 3b91cf7 commit 1afde3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/screens/RWA/components/EstateCard/EstateSubmit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ export const EstateCardWailistInput: React.FC = () => {
value={value}
onChangeText={onChangeValue}
style={{
width: 150,
flex: 1,
width: 136,
padding: 10,
color: theme.textColor,
borderWidth: 1,
borderColor: theme.borderColor,
borderRadius: 10,
borderRadius: 6,
fontSize: 12,
}}
placeholder="[email protected]"
placeholderTextColor={neutralA3}
/>
<PrimaryButton
width={136}
color={theme.primaryButtonColor}
text="Join the Waitlist"
style={{ flex: 1, right: 18 }}
text="Join Waitlist"
style={{ flex: 1, marginLeft: 10 }}
noBrokenCorners
/>
</View>
Expand Down

0 comments on commit 1afde3f

Please sign in to comment.