convert folders to buttons & folder icons to buttons (accessibility) (#237)

* tabbable folders

* fix spacing
This commit is contained in:
Brad Ullman
2023-03-28 01:29:56 -07:00
committed by GitHub
parent b0c289f7a4
commit a3eb247c3f
5 changed files with 123 additions and 92 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const PromptFolders: FC<Props> = ({
onUpdatePrompt,
}) => {
return (
<div className="flex w-full flex-col gap-1 pt-2">
<div className="flex w-full flex-col pt-2">
{folders.map((folder, index) => (
<PromptFolder
key={index}