From 12c57392878a52442e5f981d6301e2d943d53eb1 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:58:56 +0530 Subject: [PATCH] fix: Adds background color for skelton loader in dark mode (#9211) --- .../reports/components/SLA/SLAMetricCard.vue | 6 +++--- .../sla/components/SLAListItemLoading.vue | 20 ++++++++++++++----- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAMetricCard.vue b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAMetricCard.vue index 78e068d6c..634325393 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAMetricCard.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/reports/components/SLA/SLAMetricCard.vue @@ -1,7 +1,7 @@