Skip to content

Commit

Permalink
Replace color template literal with string (#9367)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddybradford committed Sep 19, 2022
1 parent 4fddd2d commit 27aee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/defaultConfig.stub.js
Expand Up @@ -721,7 +721,7 @@ module.exports = {
8: '8px',
},
ringColor: ({ theme }) => ({
DEFAULT: theme(`colors.blue.500`, '#3b82f6'),
DEFAULT: theme('colors.blue.500', '#3b82f6'),
...theme('colors'),
}),
ringOffsetColor: ({ theme }) => theme('colors'),
Expand Down

0 comments on commit 27aee8f

Please sign in to comment.