rusackas commented on code in PR #20086:
URL: https://github.com/apache/superset/pull/20086#discussion_r875098090
##########
superset-frontend/src/dashboard/components/nativeFilters/FilterBar/ActionButtons/index.tsx:
##########
@@ -53,7 +53,10 @@ const ActionButtonsContainer = styled.div`
padding: ${theme.gridUnit * 4}px;
padding-top: ${theme.gridUnit * 6}px;
- background: linear-gradient(transparent, white 25%);
+ background: linear-gradient(
+ ${theme.transparent},
+ ${theme.colors.grayscale.light5} ${theme.opacity.mediumLight}
Review Comment:
```suggestion
${theme.colors.grayscale.light5} 0%,
${theme.colors.grayscale.light5} ${theme.opacity.mediumLight}
```
Would this work just as well? Then we can use any color as our transparent
color, rather than just white, right?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]