Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansel merge fixes #74

Merged
merged 5 commits into from
Apr 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Boilerplate and basic controllers
  • Loading branch information
mjhuff authored and spoonfork0 committed Apr 14, 2023
commit 3897d4333f42cb200e23edd146c0a49faf3d0c41
2 changes: 1 addition & 1 deletion client/components/Remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Remote = (props) => {
}, [remote.accessId, remote.secretKey, remote.name, remote.accountId]);

let correctInputClass = "block py-2.5 px-0 w-full text-sm text-gray-900 bg-transparent border-0 border-b-2 border-gray-800 appearance-none focus:outline-none focus:ring-0 focus:border-blue-600 peer"
let wrongInputClass = "block py-2.5 px-0 w-full text-sm text-red-600 bg-transparent border-2 border-b-2 border-red-600 rounded-lg appearance-none focus:outline-none focus:ring-0 focus:border-red-600 peer"
let wrongInputClass = "block py-2.5 px-0 w-full text-sm text-red-600 bg-transparent border-0 border-b-2 border-red-600 appearance-none focus:outline-none focus:ring-0 focus:border-red-600 peer"


return (
Expand Down