mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-02 10:35:54 +00: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…
Reference in a new issue