chore: upgrade tailwindcss

up to v4
This commit is contained in:
xfy
2025-05-19 15:01:20 +08:00
parent 7e9a7b616d
commit dd8b20b015
23 changed files with 36 additions and 32 deletions

View File

@ -16,9 +16,7 @@ const GlobalError = ({
className={clsx('w-full h-dvh flex', 'justify-center items-center')}
>
<div>
<h2 className="text-xl text-subtext1">
Something went wrong! ( OωO)
</h2>
<h2 className="text-xl">Something went wrong! ( OωO)</h2>
<Button onClick={() => reset()}>Try again</Button>
</div>
</body>