Skip to content

Commit

Permalink
refactor(app): border radius 16 overrides (#14672)
Browse files Browse the repository at this point in the history
Closes EXEC-333
  • Loading branch information
mjhuff authored Mar 15, 2024
1 parent a844c66 commit df60c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/organisms/ProtocolSetupLabware/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ function LabwareLatch({
<Flex
alignItems={ALIGN_FLEX_START}
backgroundColor={COLORS.blue35}
borderRadius={BORDERS.borderRadius12}
borderRadius={BORDERS.borderRadius16}
css={labwareLatchStyles}
color={isLatchLoading ? COLORS.grey60 : COLORS.black90}
height="6.5rem"
Expand Down Expand Up @@ -547,7 +547,7 @@ function RowLabware({
<Flex
alignItems={ALIGN_CENTER}
backgroundColor={COLORS.grey35}
borderRadius={BORDERS.borderRadius12}
borderRadius={BORDERS.borderRadius16}
padding={`${SPACING.spacing16} ${SPACING.spacing24}`}
gridGap={SPACING.spacing32}
>
Expand Down

0 comments on commit df60c94

Please sign in to comment.