diff --git a/src/components/cards/SubscribeCard.vue b/src/components/cards/SubscribeCard.vue index 8549d79e..06d6a8a6 100644 --- a/src/components/cards/SubscribeCard.vue +++ b/src/components/cards/SubscribeCard.vue @@ -335,7 +335,7 @@ function onSubscribeEditRemove() {
-
+
- + @@ -566,7 +566,7 @@ onMounted(() => {
-
+
@@ -590,7 +590,7 @@ onMounted(() => {
{ opacity: 0.08; } -.search-box-container { - position: relative; - background-color: rgb(var(--v-theme-background)); -} - .close-btn { position: absolute; display: flex; @@ -731,10 +726,6 @@ onMounted(() => { color: rgb(var(--v-theme-primary)); } -.search-list { - background-color: rgb(var(--v-theme-background)); -} - .option-icon-wrapper { border-radius: 8px; background-color: rgba(var(--v-theme-surface-variant), 0.12); @@ -773,7 +764,6 @@ onMounted(() => { } .recent-searches { - background-color: rgb(var(--v-theme-background)); min-block-size: 200px; }