Skip to content

Commit 49f5544

Browse files
jendownsjoshblack
authored andcommitted
fix(button): secondary text hover/focus (#2709)
1 parent 5a96eac commit 49f5544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/button/_button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
&:hover,
7878
&:focus {
79-
color: $inverse-01;
79+
color: $text-04;
8080
}
8181
}
8282

0 commit comments

Comments
 (0)