(ui) new build

This commit is contained in:
Ishaan Jaff 2024-03-28 21:00:46 -07:00
parent 94efa2d8dc
commit bd207fe228
38 changed files with 52 additions and 58 deletions

View file

@ -252,15 +252,15 @@ const UsagePage: React.FC<UsagePageProps> = ({
}, [accessToken, token, userRole, userID, startTime, endTime]);
return (
<div style={{ width: "100%" }}>
<div style={{ width: "100%" }} className="p-8">
<TabGroup>
<TabList className="mt-10">
<TabList className="mt-2">
<Tab>All Up</Tab>
<Tab>Team Based Usage</Tab>
</TabList>
<TabPanels>
<TabPanel>
<Grid numItems={2} className="gap-2 p-2 h-[75vh] w-full">
<Grid numItems={2} className="gap-2 h-[75vh] w-full">
<Col numColSpan={2}>
<Card>
<Title>Monthly Spend</Title>