Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何改变颜色 #84

Open
Over-reaction opened this issue Aug 3, 2023 · 1 comment
Open

如何改变颜色 #84

Over-reaction opened this issue Aug 3, 2023 · 1 comment

Comments

@Over-reaction
Copy link

使用这个 我如何改变svg的颜色

@JackpotM1103
Copy link

JackpotM1103 commented Sep 6, 2023

参考 #72 (comment) 的方式引入 SVG 组件后,可通过 <SvgIcon fill="currentColor" />,以及为 <svg> 后代元素 <path> 设置 fill: inherit; 来改变颜色

<span style={{ color: "blue" }}>
  <SvgIcon
      className="change-color"
      fill="currentColor"
   />
</span>
.change-color path{
  fill: inherit;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants