changes from bot review

This commit is contained in:
Georges-Antoine Assi
2026-04-08 11:17:17 -04:00
parent 702c062499
commit 1b23a3ebb3
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ function closeDialog() {
<div
:class="[
'text-sm font-weight-medium',
exclusionType === item.type ? '' : '',
exclusionType === item.type ? 'text-white' : '',
]"
>
{{ item.title }}

View File

@@ -22,7 +22,7 @@ async function switchFromFavorites() {
<v-btn
v-if="auth.scopes.includes('roms.user.write')"
class="translucent text-shadow"
rouded="0"
rounded="0"
size="small"
variant="text"
@click.stop="switchFromFavorites"