Skip to content
Snippets Groups Projects
Commit 92680860 authored by Andy Summers's avatar Andy Summers
Browse files

Make form labels blue when focused

parent 9fdf34fb
No related branches found
No related tags found
1 merge request!1Make form labels blue when focused
File moved
{ {
"name": "@uw-ui-development/uw-material-ui-react", "name": "@uw-ui-development/uw-material-ui-react",
"version": "0.0.8", "version": "0.0.9",
"description": "Preconfigured UW-Madison styles for Material-UI projects", "description": "Preconfigured UW-Madison styles for Material-UI projects",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
......
...@@ -13,6 +13,13 @@ export const theme = { ...@@ -13,6 +13,13 @@ export const theme = {
}, },
}, },
overrides: { overrides: {
MuiFormLabel: {
root: {
"&$focused": {
color: colorBlue,
},
},
},
MuiOutlinedInput: { MuiOutlinedInput: {
root: { root: {
"&:hover $notchedOutline": { "&:hover $notchedOutline": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment