Skip to content

Commit

Permalink
fix(protocol-designer): padding adjustments with forms (#17227)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader authored Jan 9, 2025
1 parent ffbff3a commit 784c622
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ import {
createDeckFixture,
deleteDeckFixture,
} from '../../../step-forms/actions/additionalItems'
import { getAdditionalEquipment } from '../../../step-forms/selectors'
import {
getAdditionalEquipment,
getSavedStepForms,
} from '../../../step-forms/selectors'
import { deleteModule } from '../../../step-forms/actions'
import { getSavedStepForms } from '../../../step-forms/selectors'
import { getDeckSetupForActiveItem } from '../../../top-selectors/labware-locations'
import {
createContainer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ import { renderWithProviders } from '../../../../__testing-utils__'
import { deleteContainer } from '../../../../labware-ingred/actions'
import { useKitchen } from '../../../../organisms/Kitchen/hooks'
import { deleteModule } from '../../../../step-forms/actions'
import { getAdditionalEquipment } from '../../../../step-forms/selectors'
import { getSavedStepForms } from '../../../../step-forms/selectors'
import {
getAdditionalEquipment,
getSavedStepForms,
} from '../../../../step-forms/selectors'
import { getRobotType } from '../../../../file-data/selectors'
import { getEnableAbsorbanceReader } from '../../../../feature-flags/selectors'
import { deleteDeckFixture } from '../../../../step-forms/actions/additionalItems'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export function PositionField(props: PositionFieldProps): JSX.Element {
isIndeterminate={isIndeterminate}
units={t('units.millimeter')}
id={`TipPositionField_${zName}`}
padding={padding}
/>
)}
</>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export function ThermocyclerState(props: ThermocyclerStateProps): JSX.Element {
flexDirection={DIRECTION_COLUMN}
gridGap={SPACING.spacing4}
paddingX={SPACING.spacing16}
paddingTop={SPACING.spacing16}
>
<Flex flexDirection={DIRECTION_COLUMN} gridGap={SPACING.spacing4}>
<StyledText desktopStyle="bodyDefaultSemiBold">
Expand Down

0 comments on commit 784c622

Please sign in to comment.