diff --git a/apps/admin/src/app/globals.css b/apps/admin/src/app/globals.css index b219a46..13259e0 100644 --- a/apps/admin/src/app/globals.css +++ b/apps/admin/src/app/globals.css @@ -71,6 +71,6 @@ @apply border-border; } body { - @apply bg-background text-foreground; + @apply bg-background text-foreground antialiased; } } \ No newline at end of file