ypandey-fluidata commented on issue #36878: URL: https://github.com/apache/superset/issues/36878#issuecomment-3714274432
Hi @SupersetOdT , <img width="1037" height="753" alt="Image" src="https://github.com/user-attachments/assets/7d6562ef-c8db-4549-9915-43f0c045aac4" /> I tried changing the loading gif on the visuals using the theme but i am not about the token. If it cannot be overridden using Json them, then what change is required in superset_config.py Theme Json: { "token": { "fontFamily": "'Inter', sans-serif", "fontUrls": [ "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900&display=swap" ], "fontSizeHeading1": 32, "fontSizeHeading2": 32, "fontSizeHeading3": 26, "fontSizeHeading4": 22, "fontSizeHeading5": 18, "lineHeight": 1.6, "lineHeightHeading1": 1.5, "lineHeightHeading2": 1.38, "lineHeightHeading3": 1.26, "lineHeightHeading4": 1.12, "lineHeightHeading5": 1, "colorPrimary": "#b12cfe", "colorSuccessBg": "#5ac189", "colorWarningBg": "#f4d35e", "colorErrorBg": "#ff6b6b", "colorBgLayout": "#f9f9fb", "colorBgContainer": "#ffffff", "colorLinkHover": "#B12CFE", "brandIconMaxWidth": 150, "brandLogoHeight": "40px", "brandLogoMargin": "10px 150px 10px 0px", "brandLogoUrl" : "/static/assets/Logo Transparent V1.png" }, "echartsOptionsOverrides": { "grid": { "left": "10%", "right": "10%" }, "tooltip": { "backgroundColor": "#000000" } } } -- 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]
