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

View File

@@ -69,10 +69,11 @@ export const addAssetsToAlbum = async (albumId: string, assetIds: string[], show
component: ToastAction,
props: {
title: $t('info'),
color: 'info',
color: 'primary',
description,
button: {
text: $t('view_album'),
color: 'primary',
onClick() {
return goto(`${AppRoute.ALBUMS}/${albumId}`);
},