We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a527f commit e284655Copy full SHA for e284655
src/themes/default/components/select.js
@@ -7,7 +7,7 @@ const baseStyle = {
7
const appearances = {
8
default: {
9
backgroundColor: 'white',
10
- border: theme => `1px solid ${theme.colors.gray500}`,
+ border: theme => `1px solid ${theme.colors.gray400}`,
11
color: 'colors.gray800',
12
13
selectors: {
@@ -27,6 +27,7 @@ const appearances = {
27
},
28
29
_focus: {
30
+ borderColor: 'colors.blue200',
31
boxShadow: 'shadows.focusRing'
32
33
0 commit comments