Fix background on SearchInput
authorAdam Dullage <redacted>
Thu, 9 May 2024 16:10:19 +0000 (17:10 +0100)
committerAdam Dullage <redacted>
Thu, 9 May 2024 16:10:19 +0000 (17:10 +0100)
client/partials/SearchInput.vue

index 6541bd0ca62428704a53b2a18379a6e9cef62f6e..32290fc6be12cbbd07fffd38588d2b9507b8a55c 100644 (file)
@@ -8,7 +8,7 @@
       type="text"
       v-model="searchTerm"
       v-focus
-      class="w-full focus:outline-none"
+      class="w-full focus:outline-none bg-theme-background-elevated"
       placeholder="Search..."
     />
   </form>
git clone https://git.99rst.org/PROJECT