full width on desktop scollable on mobile

This commit is contained in:
csawatzky 2026-06-10 16:42:00 -06:00
parent 124856baac
commit f04213af1e

View file

@ -73,7 +73,7 @@ export default function BinDetails (props: Props) {
onChange={(_, value) => setCurrentTab(value)}
indicatorColor="primary"
textColor="primary"
variant="scrollable"
variant={isMobile ? "scrollable" : "fullWidth"}
scrollButtons="auto"
allowScrollButtonsMobile
sx={{