Skip to content

Commit

Permalink
add size constant
Browse files Browse the repository at this point in the history
  • Loading branch information
sakibh committed Apr 5, 2022
1 parent 97d77e5 commit dc61f24
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
TYPOGRAPHY,
C_SKY_BLUE,
TEXT_TRANSFORM_CAPITALIZE,
SIZE_1,
} from '@opentrons/components'
import { StatusLabel } from '../../../atoms/StatusLabel'

Expand Down Expand Up @@ -206,7 +207,7 @@ export const HeaterShakerModuleData = (
<Icon
name="closed-locked"
data-testid="HeaterShakerModuleData_latch_lock"
size={'1rem'}
size={SIZE_1}
/>
)}
{getLatchStatus(latchStatus)}
Expand Down

0 comments on commit dc61f24

Please sign in to comment.