Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Fix the logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 22, 2022
1 parent 0182df7 commit 12acc1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/VLogoLoader/VLogoLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
:class="{
[$style.loading]: status === 'loading' && !prefersReducedMotion,
'h-10 w-10': autoResize,
'h-12 w-12': !autoResize,
}"
aria-hidden="true"
:data-prefers-reduced-motion="prefersReducedMotion"
data-testid="logo-loader"
class="inline-flex h-12 w-12 items-center justify-center rounded p-3 md:h-12 md:w-12"
class="inline-flex items-center justify-center rounded p-3 md:h-12 md:w-12"
fill="currentColor"
>
<path
Expand Down

0 comments on commit 12acc1e

Please sign in to comment.