Skip to content

Commit

Permalink
fix(app): add white translucent background to module info to make tex…
Browse files Browse the repository at this point in the history
…t pop

fix RQA-2034
  • Loading branch information
smb2268 committed Feb 8, 2024
1 parent 8dc44b0 commit c7d0b62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/src/organisms/Devices/ModuleInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ export const ModuleInfo = (props: ModuleInfoProps): JSX.Element => {
width={labwareInterfaceXDimension ?? xDimension}
flexProps={{
padding: SPACING.spacing16,
backgroundColor:
moduleDef.moduleType === THERMOCYCLER_MODULE_TYPE
? COLORS.white
: COLORS.transparent,
backgroundColor: `${COLORS.white}${COLORS.opacity90HexCode}`,
}}
>
<Flex
Expand Down

0 comments on commit c7d0b62

Please sign in to comment.