Skip to content

Commit 057afb9

Browse files
authored
Update defaultConfig.stub.js
As per tailwindlabs#2988
1 parent d1ef88a commit 057afb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stubs/defaultConfig.stub.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,10 @@ module.exports = {
538538
DEFAULT: theme('colors.blue.500', '#3b82f6'),
539539
...theme('colors'),
540540
}),
541-
ringOffsetColor: (theme) => theme('colors'),
541+
ringOffsetColor: (theme) => ({
542+
DEFAULT: theme('colors.blue.500', '#3b82f6'),
543+
...theme('colors'),
544+
}),
542545
ringOffsetWidth: {
543546
0: '0px',
544547
1: '1px',

0 commit comments

Comments
 (0)