【发布时间】:2020-04-25 15:11:55
【问题描述】:
我正在尝试为离子吐司按钮添加背景颜色,但未能成功。我在 global.scss 中尝试了下面的 css。有人可以告诉我如何实现这一目标吗?
.positive-toast-message {
--min-width: 60%;
--background: #bde7c3;
--color: black;
--button-color: black;
.toast-button {
--background: red !important;
background: white !important;
background-color: blue !important;
}
}
创建 Toast 后,它会正确应用 'positive-toast-message' css
【问题讨论】:
标签: ionic-framework ionic2 ionic4