Skip to content

Commit c591c90

Browse files
authored
fix: Update systemuser request page background color with new variable from designsystemet (#1449)
1 parent bb74e05 commit c591c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/amUI/systemUser/components/RequestPageBase/RequestPageBase.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
.requestPage {
1212
min-height: 100vh;
13-
background-color: var(--ds-color-neutral-background-subtle);
13+
background-color: var(--ds-color-neutral-background-tinted);
1414
}
1515

1616
.requestWrapper {

0 commit comments

Comments
 (0)