Skip to content

Commit

Permalink
Fix missing background in ios, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Jul 16, 2024
1 parent cdc22b5 commit 365b64c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const useStyles = () => {
const {color} = useTheme()
const styles = StyleSheet.create({
container: {
backgroundColor: color.bg_color_high,
flex: 1,
},
contentContainer: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const DelegationConfirmation = () => {

return (
<View style={styles.container}>
<ScrollView style={styles.scrollView}>
<ScrollView>
<View style={styles.itemBlock}>
<Text style={styles.heading}>{strings.stakePoolName}</Text>

Expand Down Expand Up @@ -144,13 +144,11 @@ const useStyles = () => {
const {atoms, color} = useTheme()
const styles = StyleSheet.create({
container: {
backgroundColor: color.bg_color_high,
...atoms.px_lg,
...atoms.pb_2xl,
flex: 1,
},
scrollView: {
// flex: 1,
},
itemBlock: {
...atoms.pt_2xl,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,59 +4,59 @@
"defaultMessage": "!!!Delegate",
"file": "src/legacy/Staking/DelegationConfirmation/DelegationConfirmation.tsx",
"start": {
"line": 193,
"line": 191,
"column": 23,
"index": 6286
"index": 6261
},
"end": {
"line": 196,
"line": 194,
"column": 3,
"index": 6400
"index": 6375
}
},
{
"id": "components.stakingcenter.confirmDelegation.ofFees",
"defaultMessage": "!!!of fees",
"file": "src/legacy/Staking/DelegationConfirmation/DelegationConfirmation.tsx",
"start": {
"line": 197,
"line": 195,
"column": 10,
"index": 6412
"index": 6387
},
"end": {
"line": 200,
"line": 198,
"column": 3,
"index": 6512
"index": 6487
}
},
{
"id": "components.stakingcenter.confirmDelegation.rewardsExplanation",
"defaultMessage": "!!!Current approximation of rewards that you will receive per epoch:",
"file": "src/legacy/Staking/DelegationConfirmation/DelegationConfirmation.tsx",
"start": {
"line": 201,
"line": 199,
"column": 22,
"index": 6536
"index": 6511
},
"end": {
"line": 204,
"line": 202,
"column": 3,
"index": 6706
"index": 6681
}
},
{
"id": "components.delegationsummary.delegatedStakepoolInfo.unknownPool",
"defaultMessage": "!!!Unknown pool",
"file": "src/legacy/Staking/DelegationConfirmation/DelegationConfirmation.tsx",
"start": {
"line": 205,
"line": 203,
"column": 15,
"index": 6723
"index": 6698
},
"end": {
"line": 208,
"line": 206,
"column": 3,
"index": 6842
"index": 6817
}
}
]

0 comments on commit 365b64c

Please sign in to comment.