Skip to content

Commit

Permalink
[Issue-1169] Fix UI bug in AddressBook modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 10, 2024
1 parent bd33d98 commit 5891fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/AddressBook/style/AddressBookModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default (theme: ThemeTypes) =>
},
sectionHeaderContainer: {
paddingBottom: theme.sizeXS,
backgroundColor: 'red',
backgroundColor: theme.colorBgDefault,
paddingHorizontal: theme.padding,
},
sectionHeaderTitle: {
Expand Down

0 comments on commit 5891fc6

Please sign in to comment.