Skip to content

Commit a63cbd1

Browse files
committed
style: Update Portal shared background color to #fcfcfc (#8432)
1 parent 52c4ed8 commit a63cbd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/scss/src/apps/portal/Viewport.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ body {
5757

5858
.portal-shared-background {
5959
background-attachment: fixed;
60-
background-color: var(--sem-color-bg-neutral-default);
60+
background-color: #fcfcfc;
6161
background-image:
6262
radial-gradient(at 0% 0%, rgba(62, 99, 221, 0.05) 0px, transparent 50%),
6363
radial-gradient(at 100% 100%, rgba(138, 43, 226, 0.05) 0px, transparent 50%);

0 commit comments

Comments
 (0)