diff --git a/src/components/Modals/SearchModal/SearchModal.vue b/src/components/Modals/SearchModal/SearchModal.vue
index dc468825..3fecc867 100644
--- a/src/components/Modals/SearchModal/SearchModal.vue
+++ b/src/components/Modals/SearchModal/SearchModal.vue
@@ -10,33 +10,31 @@
Search
-
+
-
-
-
-
-
- {{ loading ? "Stop" : "Search" }}
-
-
-
+
+
+
+
+ {{ loading ? "Stop" : "Search" }}
+
+
Delete
@@ -45,8 +45,8 @@
{{ mdiDeleteForever }}
Delete with files
@@ -220,7 +220,7 @@
{{ mdiChevronUp }}
- Upload
+ Upload
@@ -280,7 +280,7 @@ export default {
},
hashes() {
if (this.multiple) return this.selected_torrents
-
+
return [this.torrent.hash]
},
multiple() {
diff --git a/src/plugins/vuetify.js b/src/plugins/vuetify.js
index 354b53b9..73675696 100644
--- a/src/plugins/vuetify.js
+++ b/src/plugins/vuetify.js
@@ -20,12 +20,14 @@ export default new Vuetify({
accent: variables.download,
background: colors.grey.lighten4,
selected: colors.grey.lighten2,
+ red: colors.red.accent2,
...variables
},
dark: {
accent: variables.download,
background: colors.black,
selected: colors.grey.darken1,
+ red: colors.red.accent3,
...variables
}
}