ypandey-fluidata commented on issue #36940:
URL: https://github.com/apache/superset/issues/36940#issuecomment-3718700845

   <img width="368" height="717" alt="Image" 
src="https://github.com/user-attachments/assets/65c5a300-e886-4a33-bc34-753d7c32843d";
 />
   
   THEME_DEFAULT = {
       "algorithm": "default",
       "token": {
   
           "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";
           ],
   
           
           "fontSizeHeading1": 40,
           "fontSizeHeading2": 32,
           "fontSizeHeading3": 26,
           "fontSizeHeading4": 22,
           "fontSizeHeading5": 18,
   
           
           "lineHeight": 2,
           "lineHeightHeading1": 1.5,
           "lineHeightHeading2": 1.38,
           "lineHeightHeading3": 1.26,
           "lineHeightHeading4": 1.12,
           "lineHeightHeading5": 1,
   
           
           "colorSuccessBg": "#5ac189",
           "colorWarningBg": "#B12CFE",
           "colorErrorBg": "#ff6b6b",
   
           "brandIconMaxWidth": 150,
           "brandLogoHeight": "40px",
           "brandLogoMargin": "10px 10px 10px 0px",
           "brandLogoUrl" : "/static/assets/images/logo_trans_v1.png"
           "brandSpinnerUrl": "/static/assets/images/loading.gif"
       }
   }
   
   also 
   
   # Specify the App icon
   APP_ICON = "/static/assets/logo_trans_v1.png"
   
   # Redirect target when clicking the logo
   LOGO_TARGET_PATH = "/"
   
   the issue I am facing is the icon changes, loading icon also changes but 
after sometime it gets removed automatically I checked my console when this 
happened through putty it was visible in folder and when the image crashed i 
immediately checked the folder both logo and spinner images got removed.
   
   


-- 
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]

Reply via email to