mistercrunch commented on code in PR #31575:
URL: https://github.com/apache/superset/pull/31575#discussion_r1905981906
##########
superset-frontend/packages/superset-ui-core/src/style/index.tsx:
##########
@@ -59,14 +59,24 @@ const defaultTheme = {
label: '#879399',
help: '#737373',
},
+ grayscale: {
+ base: '#666666',
+ dark1: '#323232',
+ dark2: '#000000',
+ light1: '#B2B2B2',
+ light2: '#F0F0F0',
+ light3: '#F7F7F7',
+ light4: '#FFFFFF',
Review Comment:
was trying to align the brigthness levels across named colors, bailing on
this and adding logic in the theme to point to the right share....
--
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]