📜  在 Ionic react 中更改 IonSelect 的颜色 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:00.651000             🧑  作者: Mango

代码示例1
ion-alert.select-alert {
    --background: black!important;

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

    .sc-ion-alert-md {
        color: white;
    }
}