Skip to content

Commit b8fb32a

Browse files
authored
Apply white color to button (#1375)
- Ticket: [ENG-3241](https://openscience.atlassian.net/browse/ENG-3241) - Feature flag: n/a ## Purpose Apply the white color to the sign up button text so that, when the jbp css is modified, the button will have white text. ## Summary of Changes 1. Apply white color to text of button ## Side Effects No, this should be isolated. ## QA Notes Test on https://staging.osf.io/collections/test/discover - it should work with no other changes.
1 parent c5b76aa commit b8fb32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/styles/_components.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@
428428
padding: 4px 13px;
429429
margin-top: 3px;
430430
font-size: 15px;
431+
color: #fff;
431432
}
432433

433434
#navbarScope .btn-top-login {

0 commit comments

Comments
 (0)