Skip to content

Commit

Permalink
button margin fixed in Experience Form
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomeann committed Apr 7, 2024
1 parent 10f301d commit 25a8d19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Forms/EditExperienceForm.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@
margin-bottom: unset;
margin-left: 1rem;
}


#delete-experience-button {
background-color: #52606D ;
margin-top: 20px;

}
2 changes: 2 additions & 0 deletions src/components/Forms/EditExperienceForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { useState } from "react";
import useExperience from "../../hooks/use-experience";
import putExperience from "../../api/put-experience";
import deleteExperience from "../../api/delete-experience";
import "./EditExperienceForm.css"


function EditExperienceForm(props) {

Expand Down

0 comments on commit 25a8d19

Please sign in to comment.