diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index a01701def..c73bd5fcb 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -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'),