michael-s-molina commented on code in PR #32358: URL: https://github.com/apache/superset/pull/32358#discussion_r1971409188
########## superset-frontend/packages/superset-ui-core/src/color/utils.ts: ########## @@ -120,3 +120,29 @@ export function rgbToHex(red: number, green: number, blue: number) { return `#${r}${g}${b}`; } + +export function rgbToHexWithAlpha( Review Comment: We already have the `addAlpha` function for this purpose. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org