From 9dabb657592114854a9402a21e0520e54cd98dd9 Mon Sep 17 00:00:00 2001 From: yash621 Date: Fri, 31 Dec 2021 02:02:40 +0530 Subject: [PATCH 1/6] fixed background color for dropdowns --- webviews/createPullRequestView/app.tsx | 6 +++--- webviews/createPullRequestView/index.css | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/webviews/createPullRequestView/app.tsx b/webviews/createPullRequestView/app.tsx index 18ec27b4ff..1fc97f30ad 100644 --- a/webviews/createPullRequestView/app.tsx +++ b/webviews/createPullRequestView/app.tsx @@ -12,11 +12,11 @@ import { gitCompareIcon, repoIcon } from '../components/icon'; export const RemoteSelect = ({ onChange, defaultOption, repos }: { onChange: (owner: string, repositoryName: string) => Promise, defaultOption: string, repos: RemoteInfo[] }) => { return -
+
{repoIcon} onChange(e.currentTarget.value)}> {branches.map(branchName =>