fix : refresh button style
This commit is contained in:
@@ -36,12 +36,10 @@ onMounted(loadDashboard)
|
||||
<div class="px-4 py-8 sm:px-8 lg:px-16">
|
||||
<div class="flex items-center justify-between pb-6">
|
||||
<h1 class="text-2xl font-bold text-primary-500 sm:text-4xl">{{ t('dashboard.title') }}</h1>
|
||||
<MalioButton
|
||||
:label="t('dashboard.refresh')"
|
||||
variant="secondary"
|
||||
icon-name="mdi:refresh"
|
||||
icon-position="left"
|
||||
:loading="loading"
|
||||
<MalioButtonIcon
|
||||
icon="mdi:refresh"
|
||||
:aria-label="t('dashboard.refresh')"
|
||||
icon-size="22"
|
||||
@click="loadDashboard"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user