From 1af1397665d9a0e5665c614d1db4c68bcfff5168 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 19 Oct 2021 16:34:39 +0200 Subject: [PATCH] fix old color --- src/components/Skill.vue | 4 ++-- windi.config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Skill.vue b/src/components/Skill.vue index de5fe9e..ff27a0d 100755 --- a/src/components/Skill.vue +++ b/src/components/Skill.vue @@ -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': diff --git a/windi.config.ts b/windi.config.ts index 73ae7b1..9cfc4f6 100755 --- a/windi.config.ts +++ b/windi.config.ts @@ -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,