Skip to content

Commit d624ff9

Browse files
committed
[#250] StorybookPageView bgColor fix
1 parent a3046e4 commit d624ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: YDS-Storybook/SwiftUI/Storybook/StorybookPageView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ private extension StorybookPageView {
6161
.frame(maxWidth: .infinity, maxHeight: YDSScreenSize.width * 3/4)
6262
.background(
6363
Rectangle()
64-
.fill(Color.white)
64+
.fill(YDSColor.monoItemBG)
6565
)
6666
}
6767

0 commit comments

Comments
 (0)