Skip to content

颜色

🌐 Color

默认情况下,所有图标的颜色值为:currentColor。此关键字使用元素计算得到的文本 color 值来表示图标颜色。

🌐 By default, all icons have the color value: currentColor. This keyword uses the element's computed text color value to represent the icon color.

在 MDN 上阅读更多关于 currentColor 的内容。

🌐 Read more about currentColor on MDN.

使用 color 属性调整颜色

🌐 Adjust the color using the color prop

可以通过将 color 属性传递给元素来调整颜色。

🌐 The color can be adjusted by passing the color prop to the element.