mirror of
https://github.com/immich-app/immich.git
synced 2025-05-19 21:01:24 +02:00
fix(web): IconButton size in user restore (#18194)
This commit is contained in:
parent
a89f3ad97c
commit
381b66bf70
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
{#if immichUser.deletedAt && immichUser.status === UserStatus.Deleted}
|
||||
<IconButton
|
||||
shape="round"
|
||||
size="small"
|
||||
size="medium"
|
||||
icon={mdiDeleteRestore}
|
||||
title={$t('admin.user_restore_scheduled_removal', {
|
||||
values: { date: getDeleteDate(immichUser.deletedAt) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue