feat: improve account management

This commit is contained in:
reya
2024-08-13 10:33:21 +07:00
parent be16d5c21d
commit 4cb49d44c7
25 changed files with 1006 additions and 785 deletions

View File

@@ -1,14 +1,11 @@
/** @type {import('tailwindcss').Config} */
import harmonyPalette from "@evilmartians/harmony/tailwind";
export default {
content: [
"./src/**/*.{js,ts,jsx,tsx}",
"index.html",
],
theme: {
colors: harmonyPalette,
extend: {
keyframes: {
slideDownAndFade: {