Fix provider icon size

This commit is contained in:
Dmitry Romashov 2024-04-18 16:04:04 +02:00 committed by GitHub
parent 70968bc6a9
commit ea4f307fcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
<q-card-section>
<div class="row items-center no-wrap">
<div class="col text-center">
<q-avatar class="provider-logo">
<q-avatar class="provider-logo" font-size="inherit">
<q-icon :name="`img:${getLogoPath}`" />
</q-avatar>
</div>