fix(css): don't target button globally (#1510)

* fix(css): don't target button globally

* fix(css): revert toast change
This commit is contained in:
TheCatLady
2021-04-27 11:23:36 -04:00
committed by GitHub
parent 2a912180b8
commit f78b9c1ca9
9 changed files with 20 additions and 28 deletions

View File

@@ -41,7 +41,7 @@ const SearchInput: React.FC = () => {
className="absolute inset-y-0 p-1 m-auto text-gray-400 transition border-none outline-none right-2 h-7 w-7 focus:outline-none focus:border-none hover:text-white"
onClick={() => clear()}
>
<XCircleIcon />
<XCircleIcon className="w-5 h-5" />
</button>
)}
</div>