Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
Fix success color
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ro authored Apr 9, 2022
1 parent 713f032 commit 10d5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/text-input.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
return 'text-gray-400'
}
else {
return 'text-green-400'
return 'text-green-500'
}
}
}"
Expand Down

0 comments on commit 10d5cbf

Please sign in to comment.