refactor(search): command palette design

This commit is contained in:
Corentin Thomasset 2023-06-18 23:05:17 +02:00
parent 732da08157
commit 4e5439b86d
No known key found for this signature in database
GPG key ID: DBD997E935996158
18 changed files with 574 additions and 382 deletions

View file

@ -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',
},
},
});