tabs padding

This commit is contained in:
YasinShaikh123
2024-08-16 15:24:18 +05:30
parent 9d404a58f2
commit e103258995

View File

@@ -80,6 +80,7 @@ const ViewIOdata = () => {
<Box display={'flex'} >
{tabs.map(({ label }, index) => (
<Tab
px={3}
isDisabled={
index === 0 ||
index === 1 ||