Payment Method Styling
module.exports = {
theme: {
extend: {
borderRadius: {
none: '0px',
full: '99999px',
'sm': '0.5rem',
'md': '1.25rem',
'lg': '2rem',
},
colors: {
warn: '#FF594F',
'warn-bg': 'rgba(255, 89, 79, 0.05)',
danger: '#F5A623',
'danger-bg': 'rgba(245, 165, 35, 0.05)',
success: '#4FD18B',
'success-bg': 'rgba(79, 209, 139, 0.05)',
primary: 'indigo',
secondary: '#6B68EC',
black: '#171717',
'dark-gray': '#737373',
'light-gray': '#A9A9A9',
light: '#F8F9FD',
white: '#FFFFFF',
'transparent-3': 'rgba(145, 148, 159, 0.2)',
'transparent-2': 'rgba(0, 0, 0, 0.05)',
},
},
},
}PreviousRetrieving Lists of Available Currencies and Invoice ParametersNextMinimum Requirements for Deploying a Docker Manager
Last updated