mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
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:
parent
9ae948be4d
commit
d29b8d4b2b
@ -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} />}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user