Added extra form elements

This commit is contained in:
Corey 2020-05-25 22:32:37 +08:00
parent 1786e8dd8e
commit 8cc3c5db3c

View file

@ -29,6 +29,8 @@
x-on:keydown.window.prevent.slash="$refs.searchField.focus()"
placeholder="Search 420 System UIcons"
type="text"
name="search"
value=""
autocapitalize="off"
autocomplete="off"
autocorrect="off"
@ -70,7 +72,7 @@
<template x-for="item in filteredIcons" :key="item">
<a
href="#"
class="flex flex-col items-center justify-center text-gray-500 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48"
class="flex flex-col items-center justify-center text-gray-600 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48"
>
<svg
height="21"