Skip to content

Commit

Permalink
refactor: address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jarretmoses committed Jun 27, 2020
1 parent 19d1c35 commit 5a16a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app-page-builder-theme/src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}

.webiny-pb-page-document{
background-color: var(--webiny-theme-color-surface, #fff);
min-height: calc(100vh + 150px);
max-width: 100%;

Expand Down
2 changes: 1 addition & 1 deletion packages/app-page-builder-theme/src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ body{
}

body.dark-theme {
--webiny-theme-color-text-primary: var(--mdc-theme-text-primary-on-background);
--webiny-theme-color-text-primary: rgba(255, 255, 255, 0.87);
}

0 comments on commit 5a16a96

Please sign in to comment.