v0.38.0 with code mods

This commit is contained in:
David Price
2021-10-27 19:34:59 -07:00
parent 2f27984806
commit 1ce41a4260
8 changed files with 1950 additions and 3512 deletions

View File

@@ -13,10 +13,10 @@
]
},
"dependencies": {
"@redwoodjs/auth": "^0.37.4",
"@redwoodjs/forms": "^0.37.4",
"@redwoodjs/router": "^0.37.4",
"@redwoodjs/web": "^0.37.4",
"@redwoodjs/auth": "^0.38.0",
"@redwoodjs/forms": "^0.38.0",
"@redwoodjs/router": "^0.38.0",
"@redwoodjs/web": "^0.38.0",
"netlify-identity-widget": "^1.9.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
@@ -28,4 +28,4 @@
"postcss-loader": "^6.1.1",
"tailwindcss": "^2.2.7"
}
}
}

View File

@@ -313,3 +313,9 @@
padding-bottom: 0;
}
}
.rw-input-error:focus {
outline: none;
border-color: #c53030;
box-shadow: 0 0 5px #c53030;
}