Skip to content

Commit

Permalink
Fix contact screen btns contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaivre authored and nop33 committed Oct 16, 2023
1 parent 24fdc26 commit e0a70ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Addresses/Contact/ContactScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const ButtonsRow = styled.View`

const ButtonStyled = styled.Pressable`
padding: 12px 6px;
background-color: ${({ theme }) => theme.bg.secondary};
background-color: ${({ theme }) => theme.button.primary};
border-radius: 9px;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit e0a70ca

Please sign in to comment.