diff --git a/luckydiamond/src/assets/css/ComponentsStyles/notification.css b/luckydiamond/src/assets/css/ComponentsStyles/notification.css index 14d8dfb..8f79ef7 100644 --- a/luckydiamond/src/assets/css/ComponentsStyles/notification.css +++ b/luckydiamond/src/assets/css/ComponentsStyles/notification.css @@ -2,7 +2,7 @@ position: absolute; top: 0%; left: 34%; - background: #000; + background: #262C48; width: 20%; height: 5%; z-index: 1000; diff --git a/luckydiamond/src/components/NotiicationwindowComponent.vue b/luckydiamond/src/components/NotiicationwindowComponent.vue index 9c0397d..3c8e330 100644 --- a/luckydiamond/src/components/NotiicationwindowComponent.vue +++ b/luckydiamond/src/components/NotiicationwindowComponent.vue @@ -1,7 +1,7 @@