update get info modal design

This commit is contained in:
jeffvli
2025-11-29 20:31:21 -08:00
parent cba7cbfdfa
commit de3c7de7e5
2 changed files with 37 additions and 14 deletions
@@ -24,6 +24,9 @@ export const GetInfoAction = ({ disabled, item }: GetInfoActionProps) => {
openModal({
children: <ItemDetailsModal item={item} />,
size: 'lg',
styles: {
body: { paddingBottom: 'var(--theme-spacing-xl)' },
},
title: item.name || t('page.contextMenu.showDetails', { postProcess: 'sentenceCase' }),
});
}, [item, server, t]);