(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

@ -159,7 +159,7 @@ const Team: React.FC<TeamProps> = ({
console.log(`received teams ${teams}`);
return (
<div className="w-full mx-4">
<Grid numItems={1} className="gap-2 p-2 h-[75vh] w-full mt-8">
<Grid numItems={1} className="gap-2 p-8 h-[75vh] w-full mt-2">
<Col numColSpan={1}>
<Title level={4}>All Teams</Title>
<Card className="w-full mx-auto flex-auto overflow-y-auto max-h-[50vh]">