Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { persisted } from 'svelte-persisted-store';
|
||||
// import { localStorageStore } from '@skeletonlabs/skeleton';
|
||||
|
||||
import { readable, writable } from 'svelte/store';
|
||||
import type { Readable, Writable } from 'svelte/store';
|
||||
|
||||
@@ -195,7 +195,7 @@ const ae_app_local_data_defaults: key_val = {
|
||||
'theme_mode': 'light',
|
||||
'theme_name': 'wintry', // wintry
|
||||
|
||||
'classes__form': 'border border-surface-200 p-4 space-y-4 rounded-container-token',
|
||||
'classes__form': 'border border-surface-200 p-4 space-y-4 rounded-container',
|
||||
|
||||
'qr': {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user