We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d6c29 commit 9367f06Copy full SHA for 9367f06
1 file changed
core/src/components/progress-bar/test/determinate/index.html
@@ -15,11 +15,11 @@
15
16
<style>
17
.custom-bar-background {
18
- --background: red;
+ --ion-progress-bar-determinate-buffer-bar-solid-default-background: red;
19
}
20
21
.no-bar-background {
22
- --background: none;
+ --ion-progress-bar-determinate-buffer-bar-solid-default-background: none;
23
24
25
ion-content ion-progress-bar {
0 commit comments