From 27210e57f4cb2dd698c36702dc086b27fa273f14 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Thu, 12 Oct 2023 20:21:03 +0800 Subject: [PATCH] fix: style fix --- src/components/Button.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Button.vue b/src/components/Button.vue index d3509bc4..d2de3134 100644 --- a/src/components/Button.vue +++ b/src/components/Button.vue @@ -95,7 +95,7 @@ const handleClick = () => { border-color: $themeColor; &:hover { - background: $themeHoverColor; + background-color: $themeHoverColor; border-color: $themeHoverColor; } }