mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-28 13:31:32 +08:00
fix(video): add aria-label to progress bar for accessibility
This commit is contained in:
parent
15b7eb78c1
commit
f44a4f7f96
@ -90,6 +90,7 @@ export const VideoListItem = ({
|
||||
{showProgress && (
|
||||
<div className="absolute right-0 bottom-0 left-0 p-2">
|
||||
<Progress
|
||||
aria-label="progress bar"
|
||||
size="sm"
|
||||
value={video.progress}
|
||||
color={video.status === 'downloading' ? 'primary' : 'primary'}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user