Skip to content

Commit 49a0e9b

Browse files
Updated the button colour
Signed-off-by: Aryan Shah <149894557+ARYANSHAH1567@users.noreply.github.com>
1 parent 227a8ba commit 49a0e9b

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

  • src/sections/Projects/Sistent/components/tabs

src/sections/Projects/Sistent/components/tabs/guidance.js

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -403,19 +403,11 @@ const TabsGuidance = () => {
403403
<Tab label="Step 3" />
404404
</Tabs>
405405
<Box sx={{ mt: 2, mb: 2 }}>
406-
<button
406+
<TabButton
407407
onClick={handleControlledNext}
408-
style={{
409-
padding: "8px 16px",
410-
background: isDark ? "#1976d2" : "#1976d2",
411-
color: "white",
412-
border: "none",
413-
borderRadius: "4px",
414-
cursor: "pointer"
415-
}}
416408
>
417409
Next Step
418-
</button>
410+
</TabButton>
419411
</Box>
420412
<TabPanel value={controlledValue} index={0}>
421413
<strong>Step 1</strong> - Initial setup and configuration
@@ -519,4 +511,4 @@ const TabsGuidance = () => {
519511
);
520512
};
521513

522-
export default TabsGuidance;
514+
export default TabsGuidance;

0 commit comments

Comments
 (0)