style: change font size (smaller) update

This commit is contained in:
oat 2023-12-06 15:51:37 +07:00
parent fc793ca6e0
commit 10e7b20da8

View file

@ -19,7 +19,7 @@ const accountName = ref<string>(getUsername())
<div class="cow"> <div class="cow">
<div class="row q-pl-sm"> <div class="row q-pl-sm">
<span class="text-body1" style="font-size:14px"> <span class="text-body1" style="font-size:13px">
{{ accountName }} {{ accountName }}
</span> </span>
</div> </div>