From fdb4f7f69b55e3f17771b43b057bda8bcc35d12f Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Sat, 22 Jun 2024 12:59:01 +0900 Subject: [PATCH] (feat) minor UI improvement --- frontend/src/components/partials/viewer/Inputs.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/partials/viewer/Inputs.astro b/frontend/src/components/partials/viewer/Inputs.astro index 4732e9a..eed5d04 100644 --- a/frontend/src/components/partials/viewer/Inputs.astro +++ b/frontend/src/components/partials/viewer/Inputs.astro @@ -14,7 +14,7 @@ type="text" x-model="input.query" @keyup="submit" - class="block font-mono w-full p-3 ps-32 text-sm text-slate-300 hover:text-slate-200 border border-gray-600 hover:border-green-500 focus:border-green-500 rounded-lg bg-gray-900 focus:outline-none" + class="block font-mono w-full p-3 ps-32 text-sm text-slate-300 hover:text-slate-200 border-2 border-gray-600 hover:border-green-700 focus:border-green-500 rounded-lg bg-gray-900 focus:outline-none" placeholder=".*" />