fix overridden styles, tailwind color map

This commit is contained in:
Max Peintner
2023-04-25 11:14:35 +02:00
parent 473d81a337
commit aaeccc437b
6 changed files with 89 additions and 49 deletions

View File

@@ -17,6 +17,7 @@ export default function Page() {
<div className="w-full">
<TextInput type="password" label="Password" />
</div>
<div className="flex w-full flex-row items-center justify-between">
<Button
onClick={() => router.back()}