diff --git a/app/src/organisms/Devices/ProtocolRun/SetupModuleAndDeck/LocationConflictModal.tsx b/app/src/organisms/Devices/ProtocolRun/SetupModuleAndDeck/LocationConflictModal.tsx index aa8874c81d8..b230557ff70 100644 --- a/app/src/organisms/Devices/ProtocolRun/SetupModuleAndDeck/LocationConflictModal.tsx +++ b/app/src/organisms/Devices/ProtocolRun/SetupModuleAndDeck/LocationConflictModal.tsx @@ -185,7 +185,7 @@ export const LocationConflictModal = ( flexDirection={DIRECTION_ROW} alignItems={ALIGN_CENTER} justifyContent={JUSTIFY_SPACE_BETWEEN} - borderRadius={BORDERS.borderRadius12} + borderRadius={BORDERS.borderRadius4} > {t('protocol_specifies')} @@ -201,7 +201,7 @@ export const LocationConflictModal = ( flexDirection={DIRECTION_ROW} justifyContent={JUSTIFY_SPACE_BETWEEN} alignItems={ALIGN_CENTER} - borderRadius={BORDERS.borderRadius12} + borderRadius={BORDERS.borderRadius4} > {t('currently_configured')} diff --git a/app/src/organisms/LabwareDetails/index.tsx b/app/src/organisms/LabwareDetails/index.tsx index 69003aef448..0ef2d780068 100644 --- a/app/src/organisms/LabwareDetails/index.tsx +++ b/app/src/organisms/LabwareDetails/index.tsx @@ -163,6 +163,7 @@ export function LabwareDetails(props: LabwareDetailsProps): JSX.Element { backgroundColor={COLORS.grey20} padding={SPACING.spacing16} marginBottom={SPACING.spacing24} + borderRadius={BORDERS.borderRadius4} > {t('api_name')}