Upgrade to rw 38

This commit is contained in:
Kurt Hutten
2021-11-06 13:05:31 +11:00
parent a62c5bce03
commit 855d4d40df
8 changed files with 1407 additions and 1545 deletions

View File

@@ -20,10 +20,10 @@
"@react-three/drei": "^7.3.1",
"@react-three/fiber": "^7.0.5",
"@react-three/postprocessing": "^2.0.5",
"@redwoodjs/auth": "^0.37.5",
"@redwoodjs/forms": "^0.37.5",
"@redwoodjs/router": "^0.37.5",
"@redwoodjs/web": "^0.37.5",
"@redwoodjs/auth": "^0.38.0",
"@redwoodjs/forms": "^0.38.0",
"@redwoodjs/router": "^0.38.0",
"@redwoodjs/web": "^0.38.0",
"@sentry/browser": "^6.5.1",
"@tailwindcss/aspect-ratio": "0.2.1",
"axios": "^0.21.1",

View File

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