chore: improve placeholder component styles

This commit is contained in:
Liyas Thomas
2023-12-10 14:34:30 +05:30
committed by Andrew Bastin
parent 4ac8a117ef
commit c0c0c37a67
41 changed files with 482 additions and 410 deletions

View File

@@ -32,10 +32,12 @@
:alt="`${t('empty.shared_requests_logout')}`"
:text="`${t('empty.shared_requests_logout')}`"
>
<HoppButtonPrimary
:label="t('auth.login')"
@click="invokeAction('modals.login.toggle')"
/>
<template #body>
<HoppButtonPrimary
:label="t('auth.login')"
@click="invokeAction('modals.login.toggle')"
/>
</template>
</HoppSmartPlaceholder>
<template v-else-if="sharedRequests.length">