chnaged message font

This commit is contained in:
Ben Arc 2021-04-20 00:44:17 +01:00
parent 5a306a53e4
commit dd95f3e40f

View file

@ -40,7 +40,7 @@
</div> </div>
</div> </div>
<h4 <h2
v-if="'{{ copilot.show_price }}' != 'None'" v-if="'{{ copilot.show_price }}' != 'None'"
class="text-bold fixed-bottom-left" class="text-bold fixed-bottom-left"
style=" style="
@ -51,7 +51,7 @@
" "
> >
{% raw %}{{ price }}{% endraw %} {% raw %}{{ price }}{% endraw %}
</h4> </h2>
<p <p
v-if="'{{ copilot.show_ack }}' != 'None'" v-if="'{{ copilot.show_ack }}' != 'None'"
class="fixed-top" class="fixed-top"
@ -97,7 +97,7 @@
this.$q.notify({ this.$q.notify({
color: 'purple', color: 'purple',
html: true, html: true,
message: '<h2 style="color: white;">' + userMessage + '</h2>', message: '<h4 style="color: white;">' + userMessage + '</h4>',
position: 'left', position: 'left',
timeout: 5000 timeout: 5000
}) })