chore: improve context button accessibility (#21876)

Make context menu button filled on album list and faces page
This commit is contained in:
Stewart Rand
2025-09-13 00:31:52 -03:00
committed by GitHub
parent 17bbcdf584
commit 994a770921
2 changed files with 4 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
aria-label={$t('show_album_options')}
icon={mdiDotsVertical}
shape="round"
variant="ghost"
variant="filled"
size="medium"
class="icon-white-drop-shadow"
onclick={showAlbumContextMenu}