themes and dimensions

This commit is contained in:
Owen Rees
2023-06-12 15:41:09 +02:00
parent 95f0a37c76
commit 254d4603aa
18 changed files with 204 additions and 34 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const SearchBar = ({
}: SearchBarProps) => {
return (
<>
<div className="p-3 bg-gray-800">
<div className="p-3 bg-white dark:bg-gray-800">
<label htmlFor="table-search" className="sr-only">
Search
</label>