Skip to content

Commit

Permalink
Menu background
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed Jan 8, 2024
1 parent fbc25da commit 2302203
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
ion-menu ion-content {
--background: var(--ion-item-background, var(--ion-background-color, #fff));
--background: #ddd;
}

ion-list {

background: var(--ion-item-background, var(--ion-background-color, #ddd));
}

ion-menu.md ion-content {
Expand All @@ -10,6 +15,7 @@ ion-menu.md ion-content {
}

ion-menu.md ion-list {
--background: #ddd;
padding: 20px 0;
}

Expand Down Expand Up @@ -70,6 +76,7 @@ ion-menu.ios ion-content {
}

ion-menu.ios ion-list {
--background: #ddd;
padding: 20px 0 0 0;
}

Expand Down

0 comments on commit 2302203

Please sign in to comment.