From 74475dad15ed83051eff8ad9d91d2edaf8673460 Mon Sep 17 00:00:00 2001 From: CarliPinell Date: Mon, 4 Nov 2024 09:22:38 -0400 Subject: [PATCH] Fixing background color --- .../js/notifications/components/notification-message.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/notifications/components/notification-message.vue b/resources/js/notifications/components/notification-message.vue index 1e77bf125f..b5d3e1230d 100644 --- a/resources/js/notifications/components/notification-message.vue +++ b/resources/js/notifications/components/notification-message.vue @@ -109,14 +109,14 @@ export default { margin-bottom: 1em; } .bubble { - background-color: lighten($primary, 55%); + background-color: lighten($primary, 40%); border-radius: 1em; padding: 1em; margin-top: 1em; } .bubble-sm { font-size: 0.8em; - background-color: lighten($primary, 55%); + background-color: lighten($primary, 40%); border-radius: 1em; padding: 1em; margin-top: 1em;