Skip to content

Commit

Permalink
Merge pull request #1118 from jetstreamapp/feat/1109-color-adjustment
Browse files Browse the repository at this point in the history
Change app background color to avoid sharp contrast
  • Loading branch information
paustint authored Dec 20, 2024
2 parents cf75f08 + 80f9aee commit 0d9011b
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 0d9011b

Please sign in to comment.