fix: style tweaks

This commit is contained in:
Daniel Lautzenheiser 2023-05-25 10:28:57 -04:00
parent 14fef52913
commit f901e78c8b
2 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,7 @@ const Autocomplete = function <T>(
`} `}
> >
{options.length === 0 ? ( {options.length === 0 ? (
<div className="relative cursor-default select-none py-2 px-4 text-gray-800"> <div className="relative cursor-default select-none py-2 px-4 text-gray-800 dark:text-gray-300">
Nothing found. Nothing found.
</div> </div>
) : ( ) : (

View File

@ -24,6 +24,7 @@ const TableCell = ({ children, emphasis = false, to, shrink = false }: TableCell
flex flex
px-4 px-4
py-3 py-3
whitespace-nowrap
" "
> >
{children} {children}