From 28a2c3c976e0da87b4406473db3220ccc815d25a Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Thu, 14 Mar 2024 16:07:40 -0400 Subject: [PATCH] some examples --- .../ProtocolRun/SetupModuleAndDeck/LocationConflictModal.tsx | 4 ++-- app/src/organisms/LabwareDetails/index.tsx | 1 + app/src/organisms/ModuleCard/MagneticModuleSlideout.tsx | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) 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')}