We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98668e9 commit c372e52Copy full SHA for c372e52
src/pages/AddProject.jsx
@@ -120,7 +120,7 @@ function AddProject() {
120
</div>
121
122
123
- <button className="px-6 py-2 mt-8 mx-1 font-medium text-white bg-blue-500 rounded-md transition-all duration-300 ease-in-out hover:-translate-y-1 hover:scale-110 hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50" type='submit'>
+ <button className="px-6 py-2 mt-8 mx-1 font-medium text-white bg-blue-800 rounded-md transition-all duration-300 ease-in-out hover:-translate-y-1 hover:scale-110 hover:bg-blue-900 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-opacity-50" type='submit'>
124
Save Project
125
</button>
126
</form>
0 commit comments