Skip to content

Commit

Permalink
Merge branch 'develop' into yomo-1899-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Sep 25, 2024
2 parents bd64aaa + ab08361 commit ce6b68b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 32 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/WalletNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const useStyles = () => {

const colors = {
active: color.text_primary_max,
inactive: color.text_gray_medium,
inactive: color.text_gray_low,
background: color.bg_color_max,
divider: color.gray_200,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ export const Overview = () => {
</View>

<Spacer height={16} />

<View style={styles.divider} />
</View>
</Accordion>

Expand Down Expand Up @@ -168,11 +166,6 @@ const useStyles = () => {
...atoms.font_semibold,
color: color.gray_900,
},
divider: {
...atoms.flex_1,
height: 1,
backgroundColor: color.gray_200,
},
copyButton: {
...atoms.flex_1,
...atoms.flex_row_reverse,
Expand Down
48 changes: 24 additions & 24 deletions apps/wallet-mobile/translations/messages/src/WalletNavigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 306,
"column": 22,
"index": 10667
"index": 10664
},
"end": {
"line": 309,
"column": 3,
"index": 10770
"index": 10767
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 310,
"column": 14,
"index": 10786
"index": 10783
},
"end": {
"line": 313,
"column": 3,
"index": 10885
"index": 10882
}
},
{
Expand All @@ -36,12 +36,12 @@
"start": {
"line": 314,
"column": 17,
"index": 10904
"index": 10901
},
"end": {
"line": 317,
"column": 3,
"index": 11009
"index": 11006
}
},
{
Expand All @@ -51,12 +51,12 @@
"start": {
"line": 318,
"column": 19,
"index": 11030
"index": 11027
},
"end": {
"line": 321,
"column": 3,
"index": 11127
"index": 11124
}
},
{
Expand All @@ -66,12 +66,12 @@
"start": {
"line": 322,
"column": 18,
"index": 11147
"index": 11144
},
"end": {
"line": 325,
"column": 3,
"index": 11242
"index": 11239
}
},
{
Expand All @@ -81,12 +81,12 @@
"start": {
"line": 326,
"column": 16,
"index": 11260
"index": 11257
},
"end": {
"line": 329,
"column": 3,
"index": 11358
"index": 11355
}
},
{
Expand All @@ -96,12 +96,12 @@
"start": {
"line": 330,
"column": 17,
"index": 11377
"index": 11374
},
"end": {
"line": 333,
"column": 3,
"index": 11442
"index": 11439
}
},
{
Expand All @@ -111,12 +111,12 @@
"start": {
"line": 334,
"column": 14,
"index": 11458
"index": 11455
},
"end": {
"line": 337,
"column": 3,
"index": 11552
"index": 11549
}
},
{
Expand All @@ -126,12 +126,12 @@
"start": {
"line": 338,
"column": 14,
"index": 11568
"index": 11565
},
"end": {
"line": 341,
"column": 3,
"index": 11620
"index": 11617
}
},
{
Expand All @@ -141,12 +141,12 @@
"start": {
"line": 342,
"column": 18,
"index": 11640
"index": 11637
},
"end": {
"line": 345,
"column": 3,
"index": 11729
"index": 11726
}
},
{
Expand All @@ -156,12 +156,12 @@
"start": {
"line": 346,
"column": 31,
"index": 11762
"index": 11759
},
"end": {
"line": 349,
"column": 3,
"index": 11871
"index": 11868
}
},
{
Expand All @@ -171,12 +171,12 @@
"start": {
"line": 350,
"column": 19,
"index": 11892
"index": 11889
},
"end": {
"line": 353,
"column": 3,
"index": 11961
"index": 11958
}
}
]

0 comments on commit ce6b68b

Please sign in to comment.