fix: WCAG fastpass

This commit is contained in:
skytek_xinliang
2026-03-31 09:57:28 +08:00
parent 52eb09eccf
commit 918da2f79e
8 changed files with 35 additions and 12 deletions
+2 -2
View File
@@ -127,7 +127,7 @@
/>
</template>
</LoginForm>
<div class="mt-auto py-8 text-center text-caption text-grey-darken-1">
<div class="mt-auto py-8 text-center text-caption text-grey-darken-2">
Copyright © {{ new Date().getFullYear() }} {{ props.branding.organization }}
</div>
</div>
@@ -189,7 +189,7 @@
/>
</template>
</LoginForm>
<div class="mt-8 text-center text-caption text-grey-darken-1">
<div class="mt-8 text-center text-caption text-grey-darken-2">
Copyright © {{ new Date().getFullYear() }} {{ props.branding.organization }}
</div>
</v-card>