Skip to content

Commit f8c6c80

Browse files
committed
fixed dark mode issue of pages
Signed-off-by: Ashok Kumar <ashokgupta2678@gmail.com>
1 parent 4a314a8 commit f8c6c80

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
@@ -51,7 +51,7 @@ export const ResourcePageWrapper = styled.div`
5151
}
5252
}
5353
.page-btn {
54-
background: ${props => props.theme.white};
54+
background: ${props => props.theme.grey212121ToWhite};
5555
border: solid 2px;
5656
border-color: ${props => props.theme.secondaryColor};
5757
}

0 commit comments

Comments
 (0)