feat: add placeholder color to card form (#43757)
This commit is contained in:
@ -83,7 +83,10 @@ const StripeCardForm = ({
|
||||
style: {
|
||||
base: {
|
||||
fontSize: '18px',
|
||||
color: `${theme === 'night' ? '#fff' : '#0a0a23'}`
|
||||
color: `${theme === 'night' ? '#fff' : '#0a0a23'}`,
|
||||
'::placeholder': {
|
||||
color: `#858591`
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user