Skip to content

Commit e59fead

Browse files
authored
Make boxShadow rgba opacity uniform in config stub
1 parent 3166b49 commit e59fead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stubs/defaultConfig.stub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ module.exports = {
324324
lg: '0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)',
325325
xl: '0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)',
326326
'2xl': '0 25px 50px -12px rgba(0, 0, 0, .25)',
327-
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)',
328-
outline: '0 0 0 3px rgba(66, 153, 225, 0.5)',
327+
inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, .06)',
328+
outline: '0 0 0 3px rgba(66, 153, 225, .5)',
329329
none: 'none',
330330
},
331331
zIndex: {

0 commit comments

Comments
 (0)