mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): play motion photo color (#18959)
fix: play motion photo color
This commit is contained in:
parent
ce6631f7e0
commit
b557f3b7f2
1 changed files with 2 additions and 1 deletions
|
|
@ -12,8 +12,9 @@
|
|||
</script>
|
||||
|
||||
<IconButton
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
shape="round"
|
||||
color="primary"
|
||||
icon={isPlaying ? mdiMotionPauseOutline : mdiPlaySpeed}
|
||||
aria-label={isPlaying ? $t('stop_motion_photo') : $t('play_motion_photo')}
|
||||
onclick={() => onClick(!isPlaying)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue