Skip to content

Commit d9154bc

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/componentStyles.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,13 @@ export const pageSizeStyles: StylesConfig<any, false> = {
157157
position: "absolute",
158158
right: "20px",
159159
}),
160-
control: base => ({
160+
control: (base, state) => ({
161161
...base,
162162
minHeight: 28,
163163
height: 28,
164164
width: 75,
165165
borderRadius: 4,
166+
borderColor: state.isFocused ? "#378dd4" : "hsl(0, 0%, 80%)",
166167
paddingLeft: 10,
167168

168169
cursor: "pointer",

0 commit comments

Comments
 (0)