Fix the service insights card background color (#20146)

This commit is contained in:
Aniket Katkar 2025-03-07 21:39:42 +05:30 committed by GitHub
parent b52ccc3c0e
commit 95fdc7adc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@
}
.ant-card.widget-info-card {
background-color: @grey-12;
background-color: @grey-11;
border-color: @grey-12;
border-radius: @border-radius-sm;
}