Change Pull Request button background to red

Updated the PR button background color from black to red (bg-red-600) as requested.

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
openhands 2025-10-16 15:29:15 +00:00
parent 9ae948be4d
commit d29b8d4b2b

View File

@ -84,7 +84,7 @@ export function GitToolsSubmenu({ onClose }: GitToolsSubmenuProps) {
<ContextMenuListItem
testId="create-pr-button"
onClick={onCreatePR}
className={`${contextMenuListItemClassName} bg-black hover:bg-black`}
className={`${contextMenuListItemClassName} bg-red-600 hover:bg-red-600`}
>
<ToolsContextMenuIconText
icon={<PrIcon width={16} height={16} />}