Skip to content

Commit

Permalink
Add: subtle colors for the add book component
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSiby committed Oct 11, 2023
1 parent 24ce8ba commit 23d0ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BookModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const BookModal = () => {
<div>
<button
type="button"
className="btn bg-info"
className="btn bg-info-subtle"
data-bs-toggle="modal"
data-bs-target="#staticBackdrop"
>
Expand Down Expand Up @@ -41,12 +41,12 @@ const BookModal = () => {
<div className="modal-footer">
<button
type="button"
className="btn btn-secondary"
className="btn bg-dark-subtle"
data-bs-dismiss="modal"
>
Discard
</button>
<button type="button" className="btn btn-success">
<button type="button" className="btn bg-success-subtle">
Save Changes
</button>
</div>
Expand Down

0 comments on commit 23d0ff5

Please sign in to comment.