fix(web): play motion photo color (#18959)

fix: play motion photo color
This commit is contained in:
Daimolean 2025-06-06 21:34:59 +08:00 committed by GitHub
parent ce6631f7e0
commit b557f3b7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)}