Skip to content

Commit

Permalink
refactor Icon styling to mirror checking for updates screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl committed Apr 9, 2024
1 parent 4975d34 commit 05c7892
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions app/src/organisms/UpdateRobotSoftware/UpdateSoftware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ export function UpdateSoftware({
height="33rem"
borderRadius={BORDERS.borderRadius12}
>
<Icon
name="ot-spinner"
size="5rem"
spin={true}
color={COLORS.grey60}
data-testid="Icon_update"
/>
<Flex
flexDirection={DIRECTION_COLUMN}
gridGap={SPACING.spacing4}
Expand All @@ -65,15 +72,6 @@ export function UpdateSoftware({
{renderText()}
</StyledText>
</Flex>
<Box width="47.5rem">
<Icon
name="ot-spinner"
aria-label="spinner"
size={'6.25rem'}
color={`${COLORS.black90}${COLORS.opacity60HexCode}`}
spin={true}
/>
</Box>
</Flex>
)
}

0 comments on commit 05c7892

Please sign in to comment.