ypandey-fluidata commented on issue #36979:
URL: https://github.com/apache/superset/issues/36979#issuecomment-3723647930
i used this too but it is not changing--
THEME_DEFAULT = {
"algorithm": "default",
"token": {
# Typography – Global Default
"fontFamily": "Inter, sans-serif",
"fontUrls": [
"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
],
# Heading Font Sizes
"fontSizeHeading1": 40,
"fontSizeHeading2": 32,
"fontSizeHeading3": 26,
"fontSizeHeading4": 22,
"fontSizeHeading5": 18,
# Line Heights (Global + Headings)
"lineHeight": 2,
"lineHeightHeading1": 1.5,
"lineHeightHeading2": 1.38,
"lineHeightHeading3": 1.26,
"lineHeightHeading4": 1.12,
"lineHeightHeading5": 1,
# Semantic Colors
"colorSuccessBg": "#5ac189",
"colorWarningBg": "#B12CFE",
"colorErrorBg": "#ff6b6b",
"brandIconMaxWidth": 150,
"brandLogoHeight": "40px",
"brandLogoMargin": "10px 10px 10px 0px",
"brandLogoUrl": "/static/assets/images/superset-logo-horiz.png",
"brandSpinnerUrl": "/static/assets/images/loading.gif"
}
}
As my Dockerfile is already having this--
COPY fdos_loader.gif src/assets/images/brand/ogos_loader.gif
COPY fdos_logo_trans.png src/assets/images/brand/ogos_logo_trans.png
COPY fdos_favicon.png src/assets/images/brand/ogos_favicon.png
RUN cp src/assets/images/brand/ogos_loader.gif src/assets/images/loading.gif
RUN cp src/assets/images/brand/ogos_logo_trans.png
src/assets/images/superset-logo-horiz.png
RUN cp src/assets/images/brand/ogos_favicon.png src/assets/images/favicon.png
But there is no change in either favicon or loading spinner!
--
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]