diff --git a/components/snippet/snippet.tsx b/components/snippet/snippet.tsx index 758a7b5..73599e2 100644 --- a/components/snippet/snippet.tsx +++ b/components/snippet/snippet.tsx @@ -23,7 +23,7 @@ const defaultProps = { filled: false, symbol: '$', toastText: 'Copied to clipboard!', - toastType: 'success', + toastType: 'success' as NormalTypes, width: 'initial', copy: 'default' as CopyTypes, type: 'default' as SnippetTypes,