Skip to content

Commit e776726

Browse files
committed
#RI-4772 - DB recommendation has unexpected background for white theme
1 parent 1b1fa2f commit e776726

File tree

1 file changed

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

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
:global(.euiAccordion__childWrapper) {
2-
background-color: var(--recommendationBgColor) !important;
3-
}
4-
51
.recommendationAccordion {
62
margin-bottom: 10px;
73
border-radius: 8px;
@@ -17,6 +13,9 @@
1713
}
1814

1915
:global {
16+
.euiAccordion__childWrapper {
17+
background-color: var(--recommendationBgColor) !important;
18+
}
2019
.euiAccordion__button {
2120
padding: 6px 18px;
2221
border-bottom: 1px solid transparent;

0 commit comments

Comments
 (0)