Oh, I see. But my app is pretty big with so many different containers and adjustments which took me hours.
But anyway, I just realised that I had the same problem with alerts, notifications and confirmations. So maybe changing their code in the Theme.css will fix it. As I mentioned above, I’m pretty bad with CSS
/* Component: Dialog (alert), Notification /
.modal-content, body>div[data-notify=“container”] {
border-radius: 2px;
/ 24dp */ box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2)
!important;
}
What change will I have to do here to fix it? I’ll like my buttons to be green with a white foreground if possible. Although anything will work for me as long as they are visible on my white background.