用户完成编辑后如何在Textfield Material-UI中更改标签的颜色

时间:2019-11-10 16:30:57

标签: reactjs uitextfield material-ui

当用户写完文字后,我花了很多时间来更改标签的颜色。有了网站上的文档,我可以更改轮廓颜色,但不能更改标签颜色

我试图在网站上使用与文档相同的想法

但这不起作用

mix.scripts(['js/dev/app.js', 'js/dev/navigation.js', 'js/dev/skip-link-focus-fix.js'],
    'js/build/app.js')
    .sass('css/dev/app.scss', 'css/build')
    .options({
        processCssUrls: false,
        postCss: [tailwindcss('./tailwind.config.js')],
    })
    .purgeCss({
        enabled: mix.inProduction(),
        // Your custom globs are merged with the default globs. If you need to
        // fully replace the globs, use the underlying `paths` option instead.
        globs: [
            path.join(__dirname, 'template-parts/*.php'),
            path.join(__dirname, '*.php'),
            path.join(__dirname, 'css/dev/*.scss'),
            path.join(__dirname, 'css/dev/**/*.scss'),
        ],
        extensions: ['html', 'js', 'php', 'scss', 'css'],
    });

0 个答案:

没有答案