diff --git a/components/content/MolstarPdbePlugin.vue b/components/content/MolstarPdbePlugin.vue
index 8806499607808025bbe03472f6310aa41e55d9a0..ea7109b57c88c11b2231853d27debb7fb1f7abf6 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>