change payments page
This commit is contained in:
parent
0616d93be3
commit
1a1899de2d
|
@ -6,10 +6,13 @@ module.exports = {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ["Metropolis", "Helvetica", "Arial", "Sans-Serif"],
|
sans: ["Metropolis", "Helvetica", "Arial", "Sans-Serif"],
|
||||||
},
|
},
|
||||||
|
colors: {
|
||||||
|
orange: colors.orange,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [require("@tailwindcss/forms")],
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue