Skip to content

Commit 27aee8f

Browse files
Replace color template literal with string (tailwindlabs#9367)
1 parent 4fddd2d commit 27aee8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/defaultConfig.stub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ module.exports = {
721721
8: '8px',
722722
},
723723
ringColor: ({ theme }) => ({
724-
DEFAULT: theme(`colors.blue.500`, '#3b82f6'),
724+
DEFAULT: theme('colors.blue.500', '#3b82f6'),
725725
...theme('colors'),
726726
}),
727727
ringOffsetColor: ({ theme }) => theme('colors'),

0 commit comments

Comments
 (0)