From 6f41290bc7436546927fc4e408478f6e81b32cde Mon Sep 17 00:00:00 2001 From: Abhinav Jha Date: Mon, 24 Feb 2020 13:00:53 +0530 Subject: [PATCH] Fix single select dropdown background style --- .../components/designSystems/blueprint/DropdownComponent.tsx | 2 ++ app/client/src/constants/DefaultTheme.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx b/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx index 4ca5166021..a650341e63 100644 --- a/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx +++ b/app/client/src/components/designSystems/blueprint/DropdownComponent.tsx @@ -43,6 +43,8 @@ const StyledSingleDropDown = styled(SingleDropDown)` width: 100%; align-items: center; justify-content: space-between; + box-shadow: none; + background: white; } .${Classes.BUTTON_TEXT} { text-overflow: ellipsis; diff --git a/app/client/src/constants/DefaultTheme.tsx b/app/client/src/constants/DefaultTheme.tsx index 565e0ed581..0cb322ab00 100644 --- a/app/client/src/constants/DefaultTheme.tsx +++ b/app/client/src/constants/DefaultTheme.tsx @@ -74,7 +74,7 @@ export const BlueprintCSSTransform = css` .${Classes.BUTTON} { box-shadow: none; border-radius: 4px; - background: none; + background: white; border: 1px solid ${Colors.GEYSER}; } .${Classes.INTENT_PRIMARY} {