diff --git a/src/components/Notification/index.js b/src/components/Notification/index.js index 4ffa29d1..6ea7daa1 100644 --- a/src/components/Notification/index.js +++ b/src/components/Notification/index.js @@ -33,6 +33,7 @@ type NProps = { }; const Wrapper = styled.div` + width: 100%; position: relative; color: ${colors.TEXT_PRIMARY}; background: ${colors.TEXT_SECONDARY};