Skip to content

Commit

Permalink
Merge pull request #2159 from shubhamkmr04/shubham/FixSignVerifyMessa…
Browse files Browse the repository at this point in the history
…geLayout

SignVerifyMessage: Fix layout
  • Loading branch information
kaloudis authored May 5, 2024
2 parents aa09675 + 2bb2a69 commit b6caff2
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 b6caff2

Please sign in to comment.