Closed
Description
Reproduction
- Visit the Material docs page: https://material.angular.io/components/progress-bar/overview
- Change the theme to dark.
- See that the mat-progress-bar has a fixed white background (blend with theme color).
Expected Behavior
The background should be transparent (semi opacity). Not fixed color white.
Actual Behavior
The background color is fixed white. It's 1. hard to see in dark mode. 2. Ugly in dark mode. 3. It violates Material Design.
https://material.io/components/progress-indicators
https://material.io/design/color/dark-theme.html
Get inspired by Vuetify Progress Bar
Demo
As you can see, the background color is more prominent as the progress in dark mode. Not good...
Goal
Should look like:
Environment
All you need is on the docs page. It's not related to my project.
Viewed in Chrome on Windows 10. Angular Material Version 11.2.2. (as you can see in the gif record).