removed dark mod and applied fixes for text colors

This commit is contained in:
Naser Mansour
2026-01-08 19:15:02 +02:00
parent ddbb224d07
commit dfee2ff5c8
64 changed files with 744 additions and 711 deletions
+8 -8
View File
@@ -1,18 +1,18 @@
<x-layouts.app :title="__('Dashboard')">
<div class="flex h-full w-full flex-1 flex-col gap-4 rounded-xl">
<div class="grid auto-rows-min gap-4 md:grid-cols-3">
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20" />
</div>
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20" />
</div>
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
<div class="relative aspect-video overflow-hidden rounded-xl border border-neutral-200">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20" />
</div>
</div>
<div class="relative h-full flex-1 overflow-hidden rounded-xl border border-neutral-200 dark:border-neutral-700">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20 dark:stroke-neutral-100/20" />
<div class="relative h-full flex-1 overflow-hidden rounded-xl border border-neutral-200">
<x-placeholder-pattern class="absolute inset-0 size-full stroke-gray-900/20" />
</div>
</div>
</x-layouts.app>