create login section
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import colors from 'tailwindcss/colors'
|
||||
|
||||
export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
secondaryGreen: '#DDECEC',
|
||||
primaryGreen: '#0D3F40',
|
||||
primaryTextColor: '#383E43',
|
||||
secondaryTextColor: '#878787',
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user