complete login forgot signup page - init project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{js,jsx,ts,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
"auth-form": "#F7F7F9",
|
||||
"primary-text-color": "#11212D",
|
||||
"secondary-text-color": "#777577",
|
||||
"primary-color": "#015699"
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user