@@ -13,7 +13,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
13
13
borderRadius : defaultTheme . borderRadius . default ,
14
14
backgroundColor : defaultTheme . colors . white ,
15
15
focusBorderColor : defaultTheme . colors . blue [ 400 ] ,
16
- focusShadow : defaultTheme . boxShadow . outline ,
16
+ focusBoxShadow : defaultTheme . boxShadow . outline ,
17
17
boxShadow : defaultTheme . boxShadow . none ,
18
18
checkboxSize : '1em' ,
19
19
radioSize : '1em' ,
@@ -42,7 +42,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
42
42
userSelect : 'none' ,
43
43
'&:focus' : {
44
44
outline : 'none' ,
45
- boxShadow : options . focusShadow ,
45
+ boxShadow : options . focusBoxShadow ,
46
46
} ,
47
47
'&:focus:not(:checked)' : {
48
48
borderColor : options . focusBorderColor ,
@@ -78,7 +78,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
78
78
userSelect : 'none' ,
79
79
'&:focus' : {
80
80
outline : 'none' ,
81
- boxShadow : options . focusShadow ,
81
+ boxShadow : options . focusBoxShadow ,
82
82
} ,
83
83
'&:focus:not(:checked)' : {
84
84
borderColor : options . focusBorderColor ,
@@ -111,7 +111,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
111
111
lineHeight : options . lineHeight ,
112
112
'&:focus' : {
113
113
outline : 'none' ,
114
- boxShadow : options . focusShadow ,
114
+ boxShadow : options . focusBoxShadow ,
115
115
borderColor : options . focusBorderColor ,
116
116
}
117
117
} ,
@@ -137,7 +137,7 @@ module.exports = function ({ addUtilities, addComponents, theme }) {
137
137
} ,
138
138
'&:focus' : {
139
139
outline : 'none' ,
140
- boxShadow : options . focusShadow ,
140
+ boxShadow : options . focusBoxShadow ,
141
141
borderColor : options . focusBorderColor ,
142
142
}
143
143
} ,
0 commit comments