Update message context menu styles (#10487)

This commit is contained in:
DS Boyce
2026-05-15 09:28:26 -07:00
committed by GitHub
parent b41dbec48f
commit 8756c6c0ac
3 changed files with 12 additions and 5 deletions
@@ -162,6 +162,7 @@ export let MessageContextMenu = ({
</>
)}
<ContextMenu.Item
destructive
testID="messageDropdownDeleteBtn"
label={l`Delete message for me`}
onPress={() => deleteControl.open()}>
@@ -170,6 +171,7 @@ export let MessageContextMenu = ({
</ContextMenu.Item>
{!isFromSelf && (
<ContextMenu.Item
destructive
testID="messageDropdownReportBtn"
label={l`Report message`}
onPress={() => reportControl.open()}>