fix old color

This commit is contained in:
2021-10-19 16:34:39 +02:00
parent 1b4d233740
commit 1af1397665
2 changed files with 3 additions and 3 deletions

View File

@@ -49,8 +49,8 @@ export default defineComponent({
return 'hover:bg-purple-400'
case 'orange':
return 'hover:bg-orange-400'
case 'lightBlue':
return 'hover:bg-lightBlue-400'
case 'sky':
return 'hover:bg-sky-400'
case 'lime':
return 'hover:bg-lime-400'
case 'teal':

View File

@@ -121,7 +121,7 @@ module.exports = defineConfig({
violet: colors.violet,
indigo: colors.indigo,
blue: colors.blue,
lightBlue: colors.lightBlue,
sky: colors.sky,
cyan: colors.cyan,
teal: colors.teal,
emerald: colors.emerald,