mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): use Text component in style preset delete dialog
This commit is contained in:
@@ -181,7 +181,7 @@ export const StylePresetListItem = ({ preset }: { preset: StylePresetRecordWithI
|
||||
cancelButtonText={t('common.cancel')}
|
||||
useInert={false}
|
||||
>
|
||||
<p>{t('stylePresets.deleteTemplate2')}</p>
|
||||
<Text>{t('stylePresets.deleteTemplate2')}</Text>
|
||||
</ConfirmationAlertDialog>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user