improved coloring

This commit is contained in:
Daniel
2023-08-22 18:34:46 -04:00
parent acc974ecfe
commit e47aef8123
19 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default function Modal({ toggleModal, className, children }: Props) {
>
<FontAwesomeIcon
icon={faChevronLeft}
className="w-4 h-4 text-gray-500 dark:text-gray-200"
className="w-4 h-4 text-gray-500 dark:text-gray-300"
/>
</div>
{children}