File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ export const CarouselButton = props => {
334334}
335335
336336export const StyledLink = styled . a `
337+ color: ${ props => props . theme . link } ;
337338 cursor: pointer;
338339 text-decoration: none;
339340 &:hover {
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export const StyledInput = styled.input`
4141 padding: 0 5px;
4242 border: ${ props => props . theme . secondaryButtonBorder } ;
4343 border-radius: 4px;
44+ color: ${ props => props . theme . inputText } ;
4445`
4546export const StyledButtonContainer = styled . div `
4647 margin: 0 10px;
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export const base = {
2929 // Text colors
3030 primaryText : '#333' ,
3131 secondaryText : '#717172' ,
32+ inputText : '#717172' ,
3233 headerText : '#333' ,
3334 asideText : '#666' ,
3435 link : '#428BCA' ,
You can’t perform that action at this time.
0 commit comments