chore: update resource dashboard style (#1362)

This commit is contained in:
boojack
2023-03-15 23:29:43 +08:00
committed by GitHub
parent 0a66c5c269
commit c189654cd9
6 changed files with 80 additions and 61 deletions

View File

@ -23,7 +23,7 @@ const ResourceSearchBar = ({ setQuery }: ResourceSearchBarProps) => {
);
return (
<div className="w-4/12">
<div className="w-44 sm:w-52">
<div className="w-full h-9 flex flex-row justify-start items-center py-2 px-3 rounded-md bg-gray-200 dark:bg-zinc-800">
<Icon.Search className="w-4 h-auto opacity-30 dark:text-gray-200" />
<input