Skip to content

Commit

Permalink
css edits to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeeef552 committed Apr 25, 2024
1 parent 6f26729 commit d79ab5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mComponents/DealReqListingComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
cursor: pointer;
font-family: "Roboto", sans-serif;
font-weight: 400;
color: black;
color: white;
}
.buy-request button,
.done-deal button{
Expand Down
2 changes: 1 addition & 1 deletion src/mComponents/MyListingComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
margin-top: 10px;
font-family: "Roboto", sans-serif;
font-weight: 400;
color: black;
color: white;
}
.remove-button {
Expand Down

0 comments on commit d79ab5e

Please sign in to comment.