Skip to content

Commit 3e4b06f

Browse files
committed
#RI-4768 - fix color
1 parent 4d06c9c commit 3e4b06f

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/live-time-recommendations/components/recommendation

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/live-time-recommendations/components/recommendation/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:global(.euiAccordion__childWrapper) {
2-
background-color: var(--recommendationBgColor);
2+
background-color: var(--recommendationBgColor) !important;
33
}
44

55
.recommendationAccordion {

0 commit comments

Comments
 (0)