diff --git a/src/components/SoftAlert/index.js b/src/components/SoftAlert/index.js index e204babd..49729f23 100644 --- a/src/components/SoftAlert/index.js +++ b/src/components/SoftAlert/index.js @@ -36,7 +36,7 @@ function SoftAlert({ color, dismissible, children, ...rest }) { // The base template for the alert const alertTemplate = (mount = true) => ( - + {children} @@ -45,7 +45,7 @@ function SoftAlert({ color, dismissible, children, ...rest }) { × ) : null} - + );