diff --git a/src/components/atoms/Toast/CogoToast/cogoToast.css b/src/components/atoms/Toast/CogoToast/cogoToast.css index ee2b562..94521e4 100644 --- a/src/components/atoms/Toast/CogoToast/cogoToast.css +++ b/src/components/atoms/Toast/CogoToast/cogoToast.css @@ -103,12 +103,13 @@ .ct-heading { font-size: 16px; - margin: 0 0 6px 0; + margin: 0 0 4px 0; font-weight: 500; } .ct-text { font-size: 14px; + margin-top: 2px; line-height: 20px; } @@ -133,7 +134,6 @@ .ct-close-icon { font-size: 20px; - margin-top: 2px; cursor: pointer; }