change payments page

This commit is contained in:
Karol Wypchlo 2021-02-08 19:07:23 +01:00
parent 0616d93be3
commit 1a1899de2d
1 changed files with 4 additions and 1 deletions

View File

@ -6,10 +6,13 @@ module.exports = {
fontFamily: {
sans: ["Metropolis", "Helvetica", "Arial", "Sans-Serif"],
},
colors: {
orange: colors.orange,
},
},
},
variants: {
extend: {},
},
plugins: [],
plugins: [require("@tailwindcss/forms")],
};