Custom health bar colors. Also works for setting mid and low health colors
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
v-on="on"
|
||||
>
|
||||
{{ label }}
|
||||
<v-icon :right="!!label">
|
||||
<v-icon
|
||||
:right="!!label"
|
||||
:color="!!label && value"
|
||||
>
|
||||
mdi-format-paint
|
||||
</v-icon>
|
||||
</v-btn>
|
||||
|
||||
Reference in New Issue
Block a user