Skip to content

Commit 5e04d46

Browse files
Blackbaud-SandhyaRajasabesonSandhya Adhirvuh
andauthored
fix(components/split-view): correct workspace background token in modern v2 (#3526)
[AB#3402770](https://dev.azure.com/blackbaud/Products/_boards/board/t/SKY%20UX%20Program/Stories?System.AssignedTo=%40me&workitem=3402770) --------- Co-authored-by: Sandhya Adhirvuh <[email protected]>
1 parent 211a8dc commit 5e04d46

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

apps/e2e/split-view-storybook/src/app/split-view/split-view.component.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@
99
right: 0;
1010
bottom: 0;
1111
}
12-
13-
sky-split-view-workspace-content {
14-
background-color: yellow;
15-
}
16-
17-
sky-split-view-workspace-footer {
18-
background-color: green;
19-
color: #fff;
20-
}

libs/components/split-view/src/lib/modules/split-view/split-view-workspace.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.sky-split-view-workspace {
1010
background: var(
1111
--sky-override-split-view-workspace-background-color,
12-
var(--sky-color-background-container)
12+
var(--sky-color-background-container-base)
1313
);
1414
height: 100%;
1515
display: flex;

0 commit comments

Comments
 (0)