use new icon for player config button

This commit is contained in:
jeffvli
2025-11-18 14:10:14 -08:00
parent 69f7f5c236
commit 808c0167f1
@@ -397,7 +397,7 @@ export const PlayerConfig = () => {
<Popover position="top-end" width={500} withArrow> <Popover position="top-end" width={500} withArrow>
<Popover.Target> <Popover.Target>
<ActionIcon <ActionIcon
icon="mediaSpeed" icon="mediaSettings"
iconProps={{ iconProps={{
size: 'lg', size: 'lg',
}} }}