We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3ba6dc + e1c87a1 commit 1abee84Copy full SHA for 1abee84
1 file changed
src/sections/Resources/Resources-grid/resourceGrid.style.js
@@ -51,9 +51,10 @@ export const ResourcePageWrapper = styled.div`
51
}
52
53
.page-btn {
54
- background: ${props => props.theme.white};
+ background: ${props => props.theme.grey212121ToWhite};
55
border: solid 2px;
56
border-color: ${props => props.theme.secondaryColor};
57
+ color: ${props => props.theme.whiteEightToBlack};
58
59
.active-btn {
60
background: ${props => props.theme.secondaryColor};
0 commit comments