Skip to content

Commit

Permalink
Update: button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSiby committed Oct 11, 2023
1 parent a48b20f commit 4f05e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/BookCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const BookCard: React.FC<BookProps> = ({
</div>
<div className="col-6">
<button
className="btn bg-danger-subtle text-body-secondary"
className="btn btn-sm bg-danger-subtle text-body-secondary"
onClick={handleDeleteBook}
>
Delete Book
Expand Down
2 changes: 1 addition & 1 deletion src/components/UpdateBookModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const UpdateBookModal = ({ bookId }: UpdateBookProps) => {
<div>
<button
type="button"
className="btn bg-info-subtle"
className="btn btn-sm bg-info-subtle"
data-bs-toggle="modal"
data-bs-target="#staticBackdropEdit"
>
Expand Down

0 comments on commit 4f05e65

Please sign in to comment.