fix: logout btn color
This commit is contained in:
parent
e75228ef58
commit
32449e7c4c
4 changed files with 12 additions and 4 deletions
|
|
@ -273,13 +273,13 @@ onMounted(async () => {
|
|||
v-if="isLoggedIn()"
|
||||
no-caps
|
||||
dense
|
||||
color="negative"
|
||||
unelevated
|
||||
class="q-ma-md app-text-negative"
|
||||
:class="{ dark: $q.dark.isActive }"
|
||||
:label="$t('logout')"
|
||||
@click="$emit('logout')"
|
||||
id="btn-logout"
|
||||
style="background-color: hsla(var(--negative-bg) / 0.1)"
|
||||
v-close-popup
|
||||
/>
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue