rusackas commented on a change in pull request #18786:
URL: https://github.com/apache/superset/pull/18786#discussion_r809240070
##########
File path: superset-frontend/src/components/DeleteModal/index.tsx
##########
@@ -26,7 +26,7 @@ const StyledDiv = styled.div`
padding-top: 8px;
width: 50%;
label {
- color: ${({ theme }) => theme.colors.grayscale.light1};
+ color: ${({ theme }) => theme.colors.grayscale.dark1};
Review comment:
```suggestion
color: ${({ theme }) => theme.colors.grayscale.base};
```
I think now it looks a little TOO dark, and doesn't contrast much with the
main text above it. Let's try this `base` value.
--
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]