mirror of
https://github.com/immich-app/immich
synced 2025-06-08 07:10:58 +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>
|
</script>
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
|
color="secondary"
|
||||||
|
variant="ghost"
|
||||||
shape="round"
|
shape="round"
|
||||||
color="primary"
|
|
||||||
icon={isPlaying ? mdiMotionPauseOutline : mdiPlaySpeed}
|
icon={isPlaying ? mdiMotionPauseOutline : mdiPlaySpeed}
|
||||||
aria-label={isPlaying ? $t('stop_motion_photo') : $t('play_motion_photo')}
|
aria-label={isPlaying ? $t('stop_motion_photo') : $t('play_motion_photo')}
|
||||||
onclick={() => onClick(!isPlaying)}
|
onclick={() => onClick(!isPlaying)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user