Skip to content

Commit 87fa17c

Browse files
committed
feat: update background color in global styles to use primary variable for consistency
1 parent cfad141 commit 87fa17c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.storybook/global.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
@use "../src/styles/variables";
2+
13
html {
24
overscroll-behavior: none;
35
}
46

57
.sb-show-main {
6-
background: #030014 !important;
8+
background: variables.$primary !important;
79
}
810

911
.sb-main-fullscreen {
10-
background: #030014 !important;
12+
background: variables.$primary !important;
1113
}

0 commit comments

Comments
 (0)