fix(snippet): default toast type as normal type

This commit is contained in:
Augusto
2020-06-24 09:25:47 -03:00
committed by unix
parent 0b0adc2b6f
commit 79e754bd4a

View File

@@ -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,