fix ui: fix player context menu icon size
This commit is contained in:
parent
89d76c3b98
commit
05b7154865
1 changed files with 2 additions and 2 deletions
|
|
@ -78,12 +78,12 @@ const menuItems: MenuProps['items'] = [
|
|||
{
|
||||
key: ItemKey.CopySessionUrl,
|
||||
label: 'Copy Session URL',
|
||||
icon: <Link2 />,
|
||||
icon: <Link2 size={14} strokeWidth={1} />,
|
||||
},
|
||||
{
|
||||
key: ItemKey.CopySessionUrlTs,
|
||||
label: 'Copy Session URL At Current Time',
|
||||
icon: <Link2 />,
|
||||
icon: <Link2 size={14} strokeWidth={1} />,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue