From ffa4f81239d5fd10c5102d98f1f7506a49f20b63 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 5 Oct 2023 11:24:13 +0200 Subject: [PATCH] change a bit ui --- components/content/ListSystems.vue | 4 ++-- nuxt.config.ts | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/components/content/ListSystems.vue b/components/content/ListSystems.vue index ebff1273..ad355346 100644 --- a/components/content/ListSystems.vue +++ b/components/content/ListSystems.vue @@ -37,8 +37,8 @@ const { initPfam } = usePfamStore(); initPfam(); </script> <template> - <v-card flat color="transparent" class="my-5"> - <v-toolbar> + <v-card variant="outlined" class="my-5"> + <v-toolbar color="primary"> <v-toolbar-title>Defense Systems</v-toolbar-title> <v-text-field diff --git a/nuxt.config.ts b/nuxt.config.ts index 3f54bffc..c92e20d7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,3 +1,4 @@ +import { md3 } from 'vuetify/blueprints' // https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ modules: [ @@ -18,7 +19,10 @@ export default defineNuxtConfig({ icons: { defaultSet: 'mdi', sets: ['mdi', 'fa', 'md'], - } + }, + blueprint: md3 + + } }, devtools: { -- GitLab