📜  离子在 android 上自动禁用暗模式 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:10.480000             🧑  作者: Mango

代码示例2
One way to remove the dark theme would be by editing the variables.scss file and removing this style rule:

@media (prefers-color-scheme: dark) {
  ...
}