Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Jan 29, 2024
1 parent 5b1ec05 commit dc73fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/config-provider/__tests__/button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('ConfigProvider.button', () => {

it('ConfigProvider button styles', () => {
const { container } = render(
<ConfigProvider button={{ styles: { icon: { color: '#333' } } }}>
<ConfigProvider button={{ styles: { icon: { fontSize: 14 } } }}>
<Button icon={<SearchOutlined />} />
</ConfigProvider>,
);
Expand Down

0 comments on commit dc73fe3

Please sign in to comment.