diff --git a/app/components/navigation/MainNavigation.vue b/app/components/navigation/MainNavigation.vue index 75210d0..54e03f5 100644 --- a/app/components/navigation/MainNavigation.vue +++ b/app/components/navigation/MainNavigation.vue @@ -10,13 +10,13 @@ -
- +
+
- +
@@ -24,17 +24,17 @@
- - {{ token.label }} + + {{ token.label }}
@@ -44,7 +44,7 @@ v-model="localSearchQuery" type="text" :placeholder="placeholder" - class="flex-1 min-w-32 bg-transparent outline-none" + class="flex-1 min-w-32 bg-transparent outline-none text-lg" @input="$emit('update:search-query', localSearchQuery)" />
@@ -53,15 +53,15 @@