chore: css nits (#23330)

This commit is contained in:
Alex
2025-10-29 09:20:04 -05:00
committed by GitHub
parent b489bdf8d3
commit 2286444158
5 changed files with 20 additions and 8 deletions
@@ -312,6 +312,7 @@
description: $t('album_info_updated'),
button: {
text: $t('view_album'),
color: 'primary',
onClick() {
return goto(resolve(`${AppRoute.ALBUMS}/${album.id}`));
},