【发布时间】:2019-07-24 04:18:25
【问题描述】:
我正在使用 Ionic 4 应用程序,我想更改工具栏的背景颜色,但它不起作用。
这个我试过了:
ion-toolbar {
--background: #f2f2f2;
}
ion-toolbar {
background: #f2f2f2 !important;
}
喜欢:
颜色:var(--ion-color-contrast);
在哪里定义--ion-color-contrast。在variables.scss 文件或其他地方更改颜色。
谁能帮我在variables.scss 中定义变量以更改Ionic 4 中的颜色。
【问题讨论】:
-
@Hrishi。你能帮我解释一下吗?
-
查看上述链接中 TheAppchemist 给出的答案