diff --git a/src/components/Notification/index.css b/src/components/Notification/index.css index a1f413dc1..223bc4341 100644 --- a/src/components/Notification/index.css +++ b/src/components/Notification/index.css @@ -36,7 +36,9 @@ color: var(--color); border-radius: 10px; margin-bottom: 20px; - box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); + box-shadow: + 0 10px 15px -3px rgb(0 0 0 / 0.1), + 0 4px 6px -4px rgb(0 0 0 / 0.1); display: flex; align-items: center; flex-wrap: wrap;