This commit is contained in:
2025-10-12 20:21:28 +08:00
parent 75f1e529ac
commit 156b5aad34
3 changed files with 4 additions and 2 deletions

View File

@@ -275,8 +275,8 @@ export default function Home() {
} alt="autoplayorpause"
></IconClick>
<IconClick size={45} onClick={() => setShowSpeedAdjust(!showSpeedAdjust)}
src={IMAGES.more_horiz}
alt="more"
src={IMAGES.speed}
alt="speed"
className={`${showSpeedAdjust ? 'bg-gray-200' : ''}`}></IconClick>
<IconClick size={45} onClick={save}
src={IMAGES.save}

View File

@@ -14,6 +14,7 @@ const IMAGES = {
more_horiz: '/images/more_horiz_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
save: '/images/save_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
delete: '/images/delete_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
speed: '/images/speed_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg',
}
export default IMAGES;