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