fix: increase card field height and font size for larger card brand logos

This commit is contained in:
Usman Baig
2026-03-26 22:45:35 +01:00
parent 497f0f791a
commit 9297e20604
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ const MOLLIE_PROFILE_ID = process.env.NEXT_PUBLIC_MOLLIE_PROFILE_ID || ''
export const MOLLIE_FIELD_STYLES = {
base: {
color: '#ffffff',
fontSize: '14px',
fontSize: '15px',
fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif',
fontWeight: '400',
letterSpacing: '0.025em',