Skip to content

Commit

Permalink
fix: layout css update
Browse files Browse the repository at this point in the history
  • Loading branch information
jinming0618 committed Dec 6, 2024
1 parent 7ebee30 commit 2d1aa6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions apps/mobile/src/components2024/WordsMatrix/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ const getStyle = createGetStyles2024(({ colors2024 }) => ({
borderWidth: 1,
borderColor: 'transparent',
backgroundColor: colors2024['neutral-bg-2'],
width: '48%',
width: '47%',
minWidth: 0,
borderRadius: 12,
marginRight: -4,
flexShrink: 0,

position: 'relative',
Expand Down
3 changes: 1 addition & 2 deletions apps/mobile/src/screens/Home/MultiAddressHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,7 @@ const getStyle = createGetStyles2024(({ colors2024, isLight }) => ({
backgroundColor: isLight
? colors2024['neutral-bg-1']
: colors2024['neutral-bg-2'],
width: '48%',
marginRight: -6,
width: '47%',
minWidth: 0,
borderRadius: 18,
flexShrink: 0,
Expand Down

0 comments on commit 2d1aa6d

Please sign in to comment.