There are css classes for coloring text anywhere in vuetify, just append --text
to a color.
So for example
<v-btn class="red--text">
It should work with colors defined in your theme as well e.g. primary--text
and similar.
Note that this is not specific to a v-btn
, class should work anywhere.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…