浏览代码

fixed link

Rodja Trappe 3 年之前
父节点
当前提交
651702a095
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nicegui/elements/colors.py

+ 1 - 1
nicegui/elements/colors.py

@@ -28,6 +28,6 @@ class Colors(Element):
                  warning='#f2c037'):
         """Color Theming
 
-        Sets the main colors (primary, secondary, accent, ...) used by [Quasar](https://quasar.dev/).
+        Sets the main colors (primary, secondary, accent, ...) used by `Quasar <https://quasar.dev/>`_.
         """
         super().__init__(ColorsView(primary, secondary, accent, positive, negative, info, warning))