Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ClickHouse/click-ui into gj…
Browse files Browse the repository at this point in the history
…-buttonGroup
  • Loading branch information
gjones committed Sep 13, 2023
2 parents f03b6cd + eb05fec commit 1e25256
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/IconButton/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const IconButton = forwardRef<HTMLButtonElement, IconButtonProps>(
>
<Icon
name={icon}
size="md"
size="sm"
/>
</Button>
);
Expand Down
5 changes: 4 additions & 1 deletion src/components/SplitButton/SplitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ export const SplitButton = ({
data-testid="split-button-dropdown"
>
<span>
<Icon name="chevron-down" />
<Icon
name="chevron-down"
size="sm"
/>
</span>
</SecondaryButton>
</SplitButtonTrigger>
Expand Down

0 comments on commit 1e25256

Please sign in to comment.