Skip to content

Commit 21fa78f

Browse files
committed
Use our blue instead of default react-select blue for page size dropdown border
1 parent 0400403 commit 21fa78f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/utils/componentStyles.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ export const pageSizeStyles: StylesConfig<any, false> = {
163163
height: 28,
164164
width: 75,
165165
borderRadius: 4,
166+
"&:hover": {
167+
borderColor: "#378dd4",
168+
boxShadow: "0 0 0 1px #378dd4",
169+
},
166170
paddingLeft: 10,
167171

168172
cursor: "pointer",

0 commit comments

Comments
 (0)