mirror of
https://github.com/vercel/commerce.git
synced 2025-09-07 08:20:18 +00:00
feat: implement profile popover
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -5,6 +5,11 @@ module.exports = {
|
||||
content: ['./app/**/*.{js,ts,jsx,tsx}', './components/**/*.{js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#17E4BB',
|
||||
dark: '#08312B',
|
||||
secondary: '#12baa9'
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['var(--font-geist-sans)']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user