Skip to content

Commit 893aa2e

Browse files
authored
fix(protocol-designer): fix upside down labware on module copy render (#19034)
fix the upside down text of the styled text in the svg. this is for protocol viz
1 parent 1beb34c commit 893aa2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/pages/Desktop/Protocols/ProtocolPreview/DeckViewDetails.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ export function DeckViewDetails(props: DeckViewDetailsProps): JSX.Element {
181181
>
182182
<StyledText
183183
desktopStyle="captionRegular"
184-
transform={`rotate(180deg) scaleX(-1)`}
185184
color={COLORS.white}
186185
>
187186
{isActiveLayerVisible

0 commit comments

Comments
 (0)