mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
fix message context menu id icon
This commit is contained in:
parent
aef02c6e99
commit
673138d1b6
@ -44,8 +44,18 @@ function MessageContextMenu({ message }: MenuProps) {
|
|||||||
</ContextMenuButton>
|
</ContextMenuButton>
|
||||||
)}
|
)}
|
||||||
<ContextMenuDivider />
|
<ContextMenuDivider />
|
||||||
<ContextMenuButton icon="mdiIdentifier" onClick={copyId}>
|
<ContextMenuButton
|
||||||
Copy ID
|
icon="mdiIdentifier"
|
||||||
|
onClick={copyId}
|
||||||
|
iconProps={{
|
||||||
|
style: {
|
||||||
|
filter: "invert(100%)",
|
||||||
|
background: "black",
|
||||||
|
borderRadius: "4px",
|
||||||
|
},
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
Copy Message ID
|
||||||
</ContextMenuButton>
|
</ContextMenuButton>
|
||||||
</ContextMenu>
|
</ContextMenu>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user