Skip to content

Commit

Permalink
some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Mar 14, 2024
1 parent ffb1441 commit 28a2c3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const LocationConflictModal = (
flexDirection={DIRECTION_ROW}
alignItems={ALIGN_CENTER}
justifyContent={JUSTIFY_SPACE_BETWEEN}
borderRadius={BORDERS.borderRadius12}
borderRadius={BORDERS.borderRadius4}
>
<StyledText as="p" fontWeight={TYPOGRAPHY.fontWeightSemiBold}>
{t('protocol_specifies')}
Expand All @@ -201,7 +201,7 @@ export const LocationConflictModal = (
flexDirection={DIRECTION_ROW}
justifyContent={JUSTIFY_SPACE_BETWEEN}
alignItems={ALIGN_CENTER}
borderRadius={BORDERS.borderRadius12}
borderRadius={BORDERS.borderRadius4}
>
<StyledText as="p" fontWeight={TYPOGRAPHY.fontWeightSemiBold}>
{t('currently_configured')}
Expand Down
1 change: 1 addition & 0 deletions app/src/organisms/LabwareDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export function LabwareDetails(props: LabwareDetailsProps): JSX.Element {
backgroundColor={COLORS.grey20}
padding={SPACING.spacing16}
marginBottom={SPACING.spacing24}
borderRadius={BORDERS.borderRadius4}
>
<StyledText as="h6">{t('api_name')}</StyledText>
<Link
Expand Down
2 changes: 2 additions & 0 deletions app/src/organisms/ModuleCard/MagneticModuleSlideout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
DIRECTION_COLUMN,
JUSTIFY_SPACE_BETWEEN,
COLORS,
BORDERS,
TYPOGRAPHY,
SPACING,
JUSTIFY_END,
Expand Down Expand Up @@ -169,6 +170,7 @@ export const MagneticModuleSlideout = (
fontWeight={TYPOGRAPHY.fontWeightRegular}
fontSize={TYPOGRAPHY.fontSizeP}
padding={SPACING.spacing16}
borderRadius={BORDERS.borderRadius4}
>
<Flex
flexDirection={DIRECTION_COLUMN}
Expand Down

0 comments on commit 28a2c3c

Please sign in to comment.