Fix: Bump Chakra-UI and add close button to toast (#138)

This commit is contained in:
Frank Riccobono
2020-11-17 07:26:29 -05:00
committed by GitHub
parent 8f1c7eb737
commit cec73c5217
3 changed files with 412 additions and 384 deletions

View File

@@ -56,6 +56,7 @@ const IconDetailOverlay = ({ isOpen = true, onClose, icon }) => {
description: `Icon "${name}" copied to clipboard.`,
status: "success",
duration: 1500,
isClosable: true
});
}