diff --git a/CHANGELOG.md b/CHANGELOG.md index a367ecb..17e1a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed modal `new` variant to use UI as updated designs +### Fixed + +- Cleaned up modal classes logic + ## [9.3.1] 2023-03-14 ### Changes diff --git a/src/components/Modal/index.tsx b/src/components/Modal/index.tsx index 1937c42..7f70d11 100644 --- a/src/components/Modal/index.tsx +++ b/src/components/Modal/index.tsx @@ -110,10 +110,8 @@ export const Modal: React.FC> = ({ return ( -
-
+
+

{title}

{/* Adds a close icon */}