Skip to content

Commit

Permalink
πŸ› [Delete Account] Fix invisible input text
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Nov 3, 2022
1 parent 81298c2 commit 7fd313b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const InputLabel = styled(I18n)`
const InputField = styled.TextInput`
margin-top: ${({ theme }) => theme.spacing.sm};
padding: ${({ theme }) => theme.spacing.sm};
color: ${({ theme }) => theme.color.palette.black};
border-radius: 8px;
background-color: ${({ theme }) => theme.color.palette.white};
text-align: center;
Expand Down

0 comments on commit 7fd313b

Please sign in to comment.