gpt4 book ai didi

reactjs - 为什么我不能从 Material UI 颜色中导入 "white"颜色?

转载 作者:行者123 更新时间:2023-12-04 14:40:20 31 4
gpt4 key购买 nike

我需要将 Material UI 图标转换为白色,因为背景是另一种颜色。

我从他们的核心颜色库中导入白色:

import { white } from '@material-ui/core/colors';

所以我可以这样做:
style={{ color: white }}

但是,我收到一条错误消息:
./src/components/footer.js
Attempted import error: 'white' is not exported from '@material-ui/core/colors'.

根据他们的 docs,我看不出我做错了什么.我已经彻底研究了为什么会出现此错误但找不到解决方案。

最佳答案

从 MaterialUI 检查可用的调色板 here

白色不可用。

但是你可以用'white'作为字符串,因为 CSS 有 'white' 作为值

style={{ color: 'white' }}

CSS 支持的颜色的完整列表可以在 here 中找到。

关于reactjs - 为什么我不能从 Material UI 颜色中导入 "white"颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61118174/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com