rusackas commented on a change in pull request #14035:
URL: https://github.com/apache/superset/pull/14035#discussion_r612842699
##########
File path: superset-frontend/src/addSlice/AddSliceContainer.tsx
##########
@@ -41,6 +40,14 @@ export type AddSliceContainerState = {
};
const styleSelectContainer = { width: 600, marginBottom: '10px' };
+const StyledContainer = styled.div`
+ border-radius: ${({ theme }) => theme.gridUnit}px;
+ background-color: white;
Review comment:
Let's use the theme color version of white... I think it's
grayscale.light4 or something
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]