Skip to content

Commit

Permalink
Added accent colour to close button on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeps committed Jul 7, 2023
1 parent ba7abb9 commit 694e984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Modal/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Modal: React.FC<ModalProps> = ({ isOpen, onClose, children, title }) => {
bg-white dark:bg-stone-900
hover:bg-gray-100 dark:hover:bg-stone-800
text-gray-400 dark:text-gray-500
hover:text-gray-500 dark:hover:text-red-900
hover:text-red-600 dark:hover:text-red-900
transition-colors duration-700 ease-in-out
`}
onClick={onClose}
Expand Down

0 comments on commit 694e984

Please sign in to comment.