Skip to content

Commit

Permalink
fix(core): move color to main body instead of theme body
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 8, 2023
1 parent b592675 commit 84f5923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions core/src/css/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ html {

body {
background: var(--ion-background-color);
color: var(--ion-text-color);
}

body.backdrop-no-scroll {
Expand Down
4 changes: 0 additions & 4 deletions core/src/themes/test/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
--ion-item-background: #000000;

--ion-card-background: #1c1c1d;

color: var(--ion-text-color);
}

.ios ion-modal {
Expand Down Expand Up @@ -154,6 +152,4 @@
--ion-tab-bar-background: #1f1f1f;

--ion-card-background: #1e1e1e;

color: var(--ion-text-color);
}

0 comments on commit 84f5923

Please sign in to comment.