alexandrusoare commented on code in PR #31420:
URL: https://github.com/apache/superset/pull/31420#discussion_r1889880389
##########
superset-frontend/src/theme/index.ts:
##########
@@ -96,6 +96,13 @@ const baseConfig: ThemeConfig = {
colorSplit: supersetTheme.colors.grayscale.light3,
colorText: supersetTheme.colors.grayscale.dark1,
},
+ Modal: {
+ colorBgMask: `${supersetTheme.colors.grayscale.dark2}73`,
Review Comment:
It's for opacity, in the previous version the color was an rgba, so in order
to modify the hex to match the previous rgba I added that `73`
--
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]