kgabryje commented on a change in pull request #11337:
URL:
https://github.com/apache/incubator-superset/pull/11337#discussion_r508411265
##########
File path: superset-frontend/src/components/dataViewCommon/TableCollection.tsx
##########
@@ -34,6 +34,7 @@ interface TableCollectionProps {
}
export const Table = styled.table`
+ background-color: ${({ theme }) => theme.colors.grayscale.light5};
Review comment:
It changes the colour of Query Search table - originally it was
transparent, not white. Maybe you could override the background colour just for
Query Search?
----------------------------------------------------------------
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]