{{ header.label }}
@@ -54,7 +54,7 @@ const headers = computed(() => {
}"
>
|
-
+
{{ row[header.key] }}
|
diff --git a/unocss.config.ts b/unocss.config.ts
index 04c04830..e115c092 100644
--- a/unocss.config.ts
+++ b/unocss.config.ts
@@ -15,11 +15,13 @@ export default defineConfig({
theme: {
colors: {
primary: '#1ea54c',
+
},
},
shortcuts: {
'pretty-scrollbar': 'scrollbar scrollbar-rounded scrollbar-thumb-color-gray-300 scrollbar-track-color-gray-100 dark:scrollbar-thumb-color-#424242 dark:scrollbar-track-color-#686868',
'divider': 'h-1px bg-current op-10',
'bg-surface': 'bg-#ffffff dark:bg-#232323',
+ 'bg-background': 'bg-#f1f5f9 dark:bg-#1c1c1c',
},
});