feat: dark mode

This commit is contained in:
Jannat Patel
2025-02-10 10:51:21 +05:30
parent 16b9356944
commit dbf443300b
143 changed files with 886 additions and 675 deletions

View File

@@ -2,7 +2,7 @@
<div class="flex flex-col justify-between min-h-0">
<div>
<div class="flex items-center justify-between">
<div class="font-semibold mb-1">
<div class="font-semibold mb-1 text-ink-gray-9">
{{ __(label) }}
</div>
<Badge
@@ -12,7 +12,7 @@
theme="orange"
/>
</div>
<div class="text-xs text-gray-600">
<div class="text-xs text-ink-gray-5">
{{ __(description) }}
</div>
</div>