Skip to content

Commit 54acb67

Browse files
committed
fix(Button): hover
1 parent b73a60a commit 54acb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ui/Button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const getStyles = () => {
175175
fill: var(--txt-primary);
176176
}
177177
.wrapper.primary:hover {
178-
background: var(--btn-primary-bg-hover);
178+
background: var(--brand);
179179
box-shadow: 0 0 0 0 transparent;
180180
}
181181

0 commit comments

Comments
 (0)