2
我正在使用Material-ui構建預訂系統。在我的DatePicker中,我的hintText是白色的,幾乎看不見,我想把顏色改成黑色。我用的例子我的代碼 https://github.com/callemall/material-ui/issues/3753和https://github.com/callemall/material-ui/issues/5737在DatePicker的hintText上應用CSS Material-UI
我也試圖從材料的UI網站的榜樣,但這也不能工作。我沒有得到任何錯誤,它不只是工作。任何人都知道我能做什麼?
<div className="center-container">
<DatePicker inputStyle={{color: 'black'}} hintText="Date..."
mode="landscape" minDate={new Date()}/>
</div>