Skip to content

Commit

Permalink
Merge pull request #530 from secretkeylabs/denys/eng-2486-ledger-acco…
Browse files Browse the repository at this point in the history
…unt-name-ui-issue

Fix ledger account name UI issue
  • Loading branch information
yknl committed Jul 25, 2023
2 parents 2a4de15 + ca74fa9 commit f1986aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ledger/ledgerInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface LedgerInputFieldProps {
}
const LedgerInputField = styled.input<LedgerInputFieldProps>((props) => ({
...props.theme.body_medium_m,
background: props.theme.colors.background['elevation-1'],
background: props.theme.colors.background.elevation_1,
border: `1px solid ${props.error ? props.theme.colors.feedback.error : '#303354'}`,
borderRadius: '8px',
padding: '10px 16px',
Expand Down

0 comments on commit f1986aa

Please sign in to comment.