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

@@ -17,7 +17,7 @@ export let Dialogs = {
() => [
h(
'p',
{ class: 'text-p-base text-gray-700' },
{ class: 'text-p-base text-ink-gray-7' },
dialog.message
),
h(ErrorMessage, { class: 'mt-2', message: dialog.error }),