Prechádzať zdrojové kódy

Merge branch 'main' of github.com:zauberzeug/nicegui

Rodja Trappe 2 rokov pred
rodič
commit
4d56f3c81b

+ 1 - 1
website/more_documentation/icon_documentation.py

@@ -4,7 +4,7 @@ from ..documentation_tools import text_demo
 
 
 def main_demo() -> None:
-    ui.icon('thumb_up').classes('text-5xl')
+    ui.icon('thumb_up', color='primary').classes('text-5xl')
 
 
 def more() -> None: