소스 검색

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

Rodja Trappe 2 년 전
부모
커밋
4d56f3c81b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/more_documentation/icon_documentation.py

+ 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: