Skip to content

Commit

Permalink
SignVerifyMessage: Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Apr 30, 2024
1 parent af7398f commit 2bb2a69
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions views/Settings/SignVerifyMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ export default class SignVerifyMessage extends React.Component<
messageToSign: text
})
}
locked={loading}
multiline
numberOfLines={3}
style={{
height: 100
}}
locked={loading}
/>
</View>

Expand Down Expand Up @@ -258,7 +260,9 @@ export default class SignVerifyMessage extends React.Component<
}
locked={loading}
multiline
numberOfLines={3}
style={{
height: 100
}}
/>
</View>

Expand All @@ -281,8 +285,6 @@ export default class SignVerifyMessage extends React.Component<
})
}
locked={loading}
multiline
numberOfLines={3}
/>
</View>

Expand Down

0 comments on commit 2bb2a69

Please sign in to comment.