Skip to content

Commit 4e79729

Browse files
author
Eric Frick
committed
Revert color changes - for now
1 parent 3cc19f4 commit 4e79729

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/Button/button.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ button {
1818
}
1919

2020
.btn-primary {
21-
background-color: #256EFF;
21+
background-color: #67B0D1;
2222
}
2323

2424
.btn-primary:hover {
25-
background-color: #0048d8;
25+
background-color: #378eb5;
2626
cursor: pointer;
2727
}
2828

2929
.btn-success {
30-
background-color: #3DDC97;
30+
background-color: #5FCD9C;
3131
}
3232

3333
.btn-success:hover {
34-
background-color: #1fad70;
34+
background-color: #35aa76;
3535
cursor: pointer;
3636
}
3737

@@ -45,10 +45,10 @@ button {
4545
}
4646

4747
.btn-danger {
48-
background-color: #FF495C;
48+
background-color: #E87352;
4949
}
5050

5151
.btn-danger:hover {
52-
background-color: #E63043;
52+
background-color: #d2441c;
5353
cursor: pointer;
5454
}

0 commit comments

Comments
 (0)