feat: set variant to outlined

This commit is contained in:
karishmas6
2024-08-26 20:25:25 +05:30
parent 3ffe4c28ea
commit a1ae438d3a

View File

@@ -186,7 +186,7 @@ export const InterpretationLog = () => {
<div> <div>
<h4>How can we find the next item?</h4> <h4>How can we find the next item?</h4>
<p>Select and review the pagination setting this webpage is using</p> <p>Select and review the pagination setting this webpage is using</p>
<Button variant="contained" color="primary"> <Button variant="outlined">
Select Pagination Setting Select Pagination Setting
</Button> </Button>
</div> </div>