Skip to content

Commit e284655

Browse files
authored
Update Select border and focus style to match TextInput (#1600)
resolves #1508
1 parent 23a527f commit e284655

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/themes/default/components/select.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const baseStyle = {
77
const appearances = {
88
default: {
99
backgroundColor: 'white',
10-
border: theme => `1px solid ${theme.colors.gray500}`,
10+
border: theme => `1px solid ${theme.colors.gray400}`,
1111
color: 'colors.gray800',
1212

1313
selectors: {
@@ -27,6 +27,7 @@ const appearances = {
2727
},
2828

2929
_focus: {
30+
borderColor: 'colors.blue200',
3031
boxShadow: 'shadows.focusRing'
3132
},
3233

0 commit comments

Comments
 (0)