MVP with new UX
This commit is contained in:
@@ -9,13 +9,18 @@ export default {
|
||||
colors: {
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
500: '#3b82f6',
|
||||
600: '#2563eb',
|
||||
700: '#1d4ed8',
|
||||
500: '#7A212A',
|
||||
600: '#7A212A',
|
||||
700: '#9c2a36',
|
||||
},
|
||||
gray: {
|
||||
850: '#18202f',
|
||||
}
|
||||
},
|
||||
'moto-red': '#7A212A',
|
||||
'moto-red-light': '#9c2a36',
|
||||
},
|
||||
backgroundImage: {
|
||||
'gradient-moto': 'linear-gradient(90deg, #7A212A, #9c2a36)',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user