Skip to content

Commit

Permalink
update toggle button icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Oct 23, 2024
1 parent 5df58e3 commit c4152db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/src/atoms/ToggleButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function ToggleButton(props: ToggleButtonProps): JSX.Element {
{...buttonProps}
>
<Flex>
<Icon name={iconName} size="1rem" />
<Icon name={iconName} size="2rem" />
</Flex>
</Btn>
)
Expand Down

0 comments on commit c4152db

Please sign in to comment.