Skip to content

Commit 5ec1a11

Browse files
committed
fixed the hardcoded text colour
Signed-off-by: Ashok Kumar <ashokgupta2678@gmail.com>
1 parent d5cf034 commit 5ec1a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sections/Resources/Resources-grid/resourceGrid.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const ResourcePageWrapper = styled.div`
5454
background: ${props => props.theme.grey212121ToWhite};
5555
border: solid 2px;
5656
border-color: ${props => props.theme.secondaryColor};
57-
color: #fff;
57+
color: ${props => props.theme.whiteEightToBlack};
5858
}
5959
.active-btn {
6060
background: ${props => props.theme.secondaryColor};

0 commit comments

Comments
 (0)