ion-list background color ionic 4 code example
Example 1: ion-content background color
ion-content{
--ion-background-color:#111D12;
}
Example 2: ion-select background color
/* use normal css for this component */
background-color: #3cb5b7;
ion-content{
--ion-background-color:#111D12;
}
/* use normal css for this component */
background-color: #3cb5b7;