feat: implement profile popover

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-16 14:56:05 +07:00
parent 409f6b3bda
commit 5c59c86d55
8 changed files with 90 additions and 5 deletions

View File

@@ -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)']
},