Color for QLinearProgress
-
Hi, is it possible to set the color of the bar bar for QLinearProgress using #000000 or rgb(…) and not a palette?
-
-
@metalsadman no
-
-
but that will override the
accent
color in the whole app, right?According to this example in the doc you can also do it with some style.
https://quasar.dev/style/color-palette#Adding-Your-Own-Colors<q-linear-progress color="myColor" ></q-linear-progress>
.text-myColor{ color: #a2aa33; } .bg-myColor{ background: #a2aa33; }
-
@dobbel - Yes. It’s just an example to show the colors are alterable.
Scott