From a37bab97d378c321fcdf8dc287e8ddb4c4b8228d Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Mon, 9 Oct 2023 16:06:32 +0200 Subject: [PATCH] set to default color --- components/content/MolstarPdbePlugin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue index 88064996..ea7109b5 100644 --- a/components/content/MolstarPdbePlugin.vue +++ b/components/content/MolstarPdbePlugin.vue @@ -101,7 +101,7 @@ watch(selectedPdb, (selectedPdb, prevSelectPdb) => { <v-row justify="center"> <v-dialog v-model="dialog" transition="dialog-bottom-transition" fullscreen :scrim="false"> <v-card flat :rounded="false"> - <v-toolbar color="primary"> + <v-toolbar> <v-toolbar-title>Strucutures</v-toolbar-title> <v-select v-model="selectedPdb" label="Select PDB" :items="refinedDataUrls" hide-details="auto"></v-select> -- GitLab