feat: use Typography
This commit is contained in:
@@ -80,7 +80,9 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
|
|||||||
Do you want to use your previous selection as a condition for performing this action?
|
Do you want to use your previous selection as a condition for performing this action?
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box style={{ marginTop: '4px' }}>
|
<Box style={{ marginTop: '4px' }}>
|
||||||
[Your previous action was: <b>{decisionModal.action}, on {decisionModal.innerText} {decisionModal.tagName}</b>]
|
<Typography>Your previous action was:
|
||||||
|
<b>{decisionModal.action}, on an element with text {decisionModal.innerText} </b>
|
||||||
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
</React.Fragment>);
|
</React.Fragment>);
|
||||||
default: return null;
|
default: return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user