Skip to content

Commit d5cf034

Browse files
committed
fix dark mode button text issue
Signed-off-by: Ashok Kumar <ashokgupta2678@gmail.com>
1 parent f8c6c80 commit d5cf034

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +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;
5758
}
5859
.active-btn {
5960
background: ${props => props.theme.secondaryColor};

0 commit comments

Comments
 (0)