Skip to content

Commit

Permalink
Update defaultConfig.stub.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Braunson committed Dec 3, 2020
1 parent d1ef88a commit 057afb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stubs/defaultConfig.stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,10 @@ module.exports = {
DEFAULT: theme('colors.blue.500', '#3b82f6'),
...theme('colors'),
}),
ringOffsetColor: (theme) => theme('colors'),
ringOffsetColor: (theme) => ({
DEFAULT: theme('colors.blue.500', '#3b82f6'),
...theme('colors'),
}),
ringOffsetWidth: {
0: '0px',
1: '1px',
Expand Down

0 comments on commit 057afb9

Please sign in to comment.