mirror of
https://github.com/immich-app/immich
synced 2025-06-07 03:08:24 +00:00
fix(web): play motion photo color (#18959)
fix: play motion photo color
This commit is contained in:
parent
ce6631f7e0
commit
b557f3b7f2
@ -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…
x
Reference in New Issue
Block a user