Skip to content

Commit 3653e23

Browse files
committed
refactor: change sell box color
1 parent 3c71f72 commit 3653e23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

styles/MarketSell.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727

2828
.new_offer {
29-
background-color: #16861d;
29+
background-color: #c25100;
3030
padding: 1rem;
3131
margin: 2rem auto;
3232
width: 50rem;
@@ -40,8 +40,8 @@
4040
font: inherit;
4141
cursor: pointer;
4242
padding: 1rem 2rem;
43-
border: 1px solid #40005d;
44-
background-color: #40005d;
43+
border: 1px solid #10005e;
44+
background-color: #0d0060;
4545
color: white;
4646
border-radius: 12px;
4747
margin-right: 1rem;

0 commit comments

Comments
 (0)