Skip to content

Commit

Permalink
fix(button): Focus outline being blocked by other elements (ant-desig…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuiai01 authored and RedJue committed Apr 25, 2023
1 parent 8a5ad8e commit c36b3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export default genComponentStyleHook('Button', (token) => {
genGroupStyle(buttonToken),

// Space Compact
genCompactItemStyle(token, { focus: false }),
genCompactItemStyle(token),
genCompactItemVerticalStyle(token),
];
});

0 comments on commit c36b3ef

Please sign in to comment.