Skip to content

Commit

Permalink
(feat) minor UI improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 22, 2024
1 parent 05c4906 commit fdb4f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/partials/viewer/Inputs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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=".*"
/>
<span
Expand Down Expand Up @@ -45,7 +45,7 @@
type="text"
x-model="input.ignore"
@keyup="submit"
class="block font-mono w-full p-3 ps-32 text-sm text-slate-300 hover:text-slate-100 border border-gray-600 hover:border-rose-500 focus:border-rose-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-100 border-2 border-gray-600 hover:border-rose-700 focus:border-rose-500 rounded-lg bg-gray-900 focus:outline-none"
placeholder=""
/>
</div>
Expand Down

0 comments on commit fdb4f7f

Please sign in to comment.