diff --git a/luckydiamond/src/assets/css/ComponentsStyles/notification.css b/luckydiamond/src/assets/css/ComponentsStyles/notification.css index 8f79ef7..5d8cef2 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/notification.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/notification.css @@ -2,10 +2,11 @@ position: absolute; top: 0%; left: 34%; - background: #262C48; + background: #232630; width: 20%; height: 5%; z-index: 1000; + border-radius: 10px; } .notification__content {