diff --git a/src/app/components/ledger/ledgerInput/index.tsx b/src/app/components/ledger/ledgerInput/index.tsx index 30a84404d..e773f814a 100644 --- a/src/app/components/ledger/ledgerInput/index.tsx +++ b/src/app/components/ledger/ledgerInput/index.tsx @@ -16,7 +16,7 @@ interface LedgerInputFieldProps { } const LedgerInputField = styled.input((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',