MUI 自定义变体不继承根样式

发布于 2025-01-11 19:49:37 字数 909 浏览 0 评论 0原文

https://codesandbox.io/s/crimson-glade-tfix6s

我有一些自定义 变体,我希望它们从我在 调色板输入图片此处描述

我希望我的自定义变体具有与要继承的主题内全局设置的相同样式。然而,它似乎没有发生

在此处输入图像描述

variants: [
  {
    props: { variant: "icon", size: "large" },
    style: {
      color: "inherit",
      background: "inherit"
    }
  }
]

https://codesandbox.io/s/crimson-glade-tfix6s

I have some custom variants and I would like these to take the colours from the theme which I have defined on palette.
enter image description here

I would like my custom variants to have the same styling that is globally set inside the theme to be inherited. However it does not seem to be happening

enter image description here

variants: [
  {
    props: { variant: "icon", size: "large" },
    style: {
      color: "inherit",
      background: "inherit"
    }
  }
]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文