mirror of
https://github.com/Art051/it-tools.git
synced 2025-08-11 19:29:03 +00:00
refactor(search): command palette design (#463)
This commit is contained in:
committed by
Corentin Thomasset
parent
732da08157
commit
bcb98b359c
@@ -10,5 +10,9 @@ import {
|
||||
export default defineConfig({
|
||||
presets: [presetUno(), presetAttributify(), presetTypography()],
|
||||
transformers: [transformerDirectives(), transformerVariantGroup()],
|
||||
safelist: 'prose prose-sm m-auto text-left'.split(' '),
|
||||
theme: {
|
||||
colors: {
|
||||
primary: '#1ea54c',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user