File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ def setup_head(background_color: str):
446446
447447 # Use full width with padding so the header spans edge-to-edge
448448 with ui .element ("div" ).classes ("w-full" ):
449- ui .label (f"{ HEADER_TEXT } ).classes(" fit - header text - center ").style(f" font - family : {HEADER_FONT_FAMILY }; color : {HEADER_TEXT_COLOR };")
449+ ui .label (f"{ HEADER_TEXT } " ).classes ("fit-header text-center" ).style (f"font-family: { HEADER_FONT_FAMILY } ; color: { HEADER_TEXT_COLOR } ;" )
450450
451451def get_google_font_css (font_name : str , weight : str , style : str , uniquifier : str ) -> str :
452452 """
@@ -631,4 +631,4 @@ def generate_new_board():
631631app .mount ("/static" , StaticFiles (directory = "static" ), name = "static" )
632632
633633# Run the NiceGUI app
634- ui .run (port = 8080 , title = f"{ HEADER_TEXT } , dark = False )
634+ ui .run (port = 8080 , title = f"{ HEADER_TEXT } " , dark = False )
You can’t perform that action at this time.
0 commit comments