Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit bceb153

Browse files
committed
Change solid primary button text color from gray to white
1 parent bf97cb7 commit bceb153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.solid-primary-btn {
4040
background: #00AF66;
4141
border: 2px solid #00AF66;
42-
color: #eee;
42+
color: #FFFFFF;
4343
}
4444

4545
a.btn-d:hover, .btn-d a:hover {

0 commit comments

Comments
 (0)