make logout button standout a bit

This commit is contained in:
Girish Ramakrishnan
2025-11-23 11:32:33 +01:00
parent e87d2e1218
commit b65fa3e2c7

View File

@@ -209,7 +209,7 @@ onMounted(async () => {
<Section :title="$t('profile.title')">
<template #header-buttons>
<Button @click="profileModel.logout()">{{ $t('main.logout') }}</Button>
<Button secondary @click="profileModel.logout()">{{ $t('main.logout') }}</Button>
</template>
<div style="display: flex; flex-wrap: wrap; gap: 20px">