fix: style tweaks
This commit is contained in:
parent
14fef52913
commit
f901e78c8b
@ -156,7 +156,7 @@ const Autocomplete = function <T>(
|
||||
`}
|
||||
>
|
||||
{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.
|
||||
</div>
|
||||
) : (
|
||||
|
@ -24,6 +24,7 @@ const TableCell = ({ children, emphasis = false, to, shrink = false }: TableCell
|
||||
flex
|
||||
px-4
|
||||
py-3
|
||||
whitespace-nowrap
|
||||
"
|
||||
>
|
||||
{children}
|
||||
|
Loading…
x
Reference in New Issue
Block a user