Skip to content

Commit

Permalink
Change app background color to avoid sharp contrast
Browse files Browse the repository at this point in the history
Matched salesforce brand color of light blue - this applies mostly to the app home page, but also applies to the background between components

work towards #1109
  • Loading branch information
paustint committed Dec 20, 2024
1 parent cf75f08 commit 80f9aee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/jetstream-web-extension/src/main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '@salesforce-ux/design-system/scss/_design-tokens';

html {
background-color: rgb(17, 24, 39);
background: var(--lwc-brandBackgroundPrimary, rgba(176, 196, 223, 1));
}

.app {
Expand Down
2 changes: 1 addition & 1 deletion apps/jetstream/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

html {
background-color: rgb(17, 24, 39);
background: var(--lwc-brandBackgroundPrimary, rgba(176, 196, 223, 1));
}

.app {
Expand Down
2 changes: 1 addition & 1 deletion libs/ui/.storybook/main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '~@salesforce-ux/design-system/scss/_design-tokens';

html {
background-color: rgb(17, 24, 39);
background: var(--lwc-brandBackgroundPrimary, rgba(176, 196, 223, 1));
}

.app {
Expand Down

0 comments on commit 80f9aee

Please sign in to comment.