Compare commits

...

2 Commits

Author SHA1 Message Date
openhands
d29b8d4b2b 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>
2025-10-16 15:29:15 +00:00
openhands
9ae948be4d UI: Set Pull Request button background to black 2025-10-16 15:26:00 +00:00

View File

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