Answers for "change color of IonSelect in Ionic react"

0

change color of IonSelect in Ionic react

ion-alert.select-alert {
    --background: black!important;

    button {
        color: white !important;
        font-size: 20px !important;
    }

    .sc-ion-alert-md {
        color: white;
    }
}
Posted by: Guest on September-09-2021

Code answers related to "change color of IonSelect in Ionic react"

Browse Popular Code Answers by Language