feat: Add components and update global styles

This commit is contained in:
2024-11-04 12:13:00 +02:00
parent 2f3045eea0
commit f8394173f1
6 changed files with 585 additions and 7 deletions

View File

@@ -15,6 +15,6 @@ body,
height: 100%;
width: 100%;
@apply text-sm;
@apply bg-gray-500;
@apply text-gray-900;
@apply bg-white;
@apply dark:bg-black;
}