Skip to content

Commit 1abee84

Browse files
author
Vivek Vishal
authored
Merge pull request #6493 from ashok-2003/fix-dark-mode
Fix dark mode issue in pagination buttons
2 parents f3ba6dc + e1c87a1 commit 1abee84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ 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};
57+
color: ${props => props.theme.whiteEightToBlack};
5758
}
5859
.active-btn {
5960
background: ${props => props.theme.secondaryColor};

0 commit comments

Comments
 (0)