Answers for "how to change ion item background color in theme"

0

ion-content background color

ion-content{

    --ion-background-color:#111D12;
}
Posted by: Guest on November-03-2020
1

ion-select background color

/* use normal css for this component */
background-color: #3cb5b7;
Posted by: Guest on December-09-2020

Code answers related to "how to change ion item background color in theme"

Browse Popular Code Answers by Language