Fix single select dropdown background style

This commit is contained in:
Abhinav Jha 2020-02-24 13:00:53 +05:30
parent c1c06a6b7f
commit 6f41290bc7
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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} {