Skip to content

Commit 04186aa

Browse files
authored
fix(ui): fix podGroup expansion background (argoproj#22279)
Signed-off-by: linghaoSu <[email protected]>
1 parent 6d7e75d commit 04186aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ui/src/app/applications/components/application-resource-tree/application-resource-tree.scss

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@
139139
box-shadow: 1px 1px 1px $argo-color-gray-4;
140140
background-color: white;
141141
margin-left: 215px;
142+
@include themify($themes) {
143+
background-color: themed('background-2');
144+
}
142145

143146
.theme-dark & {
144147
box-shadow: 1px 1px 1px $argo-color-gray-7;

0 commit comments

Comments
 (0)