Skip to content

Commit

Permalink
Button color fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BHS-Harish committed Aug 7, 2024
1 parent 843e362 commit 8fba7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function AnswersModel(props) {
Reject
</button>
<button
className={"button-delete"}
className={"button-approve"}
id={`${ans?._id}`}
onClick={(e) => updateAnswer(e.currentTarget.id, true)}
>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Admin/Components/Faq/Q&A/QandA.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function QandA() {
Reject
</button>
<button
className={style["button-delete"]}
className={style["button-approve"]}
id={`${qns?._id}`}
onClick={(e) => updateQuestion(e.currentTarget.id, true)}
>
Expand Down

0 comments on commit 8fba7fa

Please sign in to comment.