Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Miracle authored and Glen Miracle committed Jul 12, 2024
1 parent d52af66 commit 9073848
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ export function ContributorInfoForm() {
dateFormat="MM/dd/yyyy - h:mm aa"
/>

<Button type="submit">Create User</Button>
<div className="flex items-end justify-end">
<Button className="mt-8" type="submit" size="lg">
Create User
</Button>
</div>
</form>
</Form>
);
Expand Down
2 changes: 1 addition & 1 deletion app/components/atoms/contributors/attendance-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const chartConfig = {

export function NewChart() {
return (
<Card>
<Card className="shadow-none border-none">
<CardContent>
<ChartContainer config={chartConfig}>
<AreaChart
Expand Down

0 comments on commit 9073848

Please sign in to comment.