Skip to content

Commit

Permalink
explicit Icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Apr 2, 2024
1 parent c9acd7c commit 803ac14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/ChooseProtocolSlideout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export function ChooseProtocolSlideoutComponent(
width="100%"
>
{isCreatingRun ? (
<Icon name="ot-spinner" spin size={SIZE_1} />
<Icon name="ot-spinner" spin size="1rem" />
) : (
t('shared:proceed_to_setup')
)}
Expand Down

0 comments on commit 803ac14

Please sign in to comment.