Skip to content

Commit

Permalink
Merge pull request #212 from Andres2D/refactor-modal-components
Browse files Browse the repository at this point in the history
Refactor modal components
  • Loading branch information
Andres2D authored Feb 20, 2023
2 parents d094998 + ddeb6af commit eb28768
Show file tree
Hide file tree
Showing 15 changed files with 541 additions and 337 deletions.
2 changes: 1 addition & 1 deletion components/layout/modal-alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Button
} from '@chakra-ui/react';
import type { NextPage } from 'next';
import { Children, MutableRefObject, useRef } from 'react';
import { MutableRefObject, useRef } from 'react';

interface Props {
isOpen: boolean;
Expand Down
2 changes: 1 addition & 1 deletion components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Navbar: NextPage = () => {
>
Log out
</Button>
<p>Version 2.6.0</p>
<p>Version 2.6.1</p>
</DrawerFooter>
</DrawerContent>
</Drawer>
Expand Down
25 changes: 0 additions & 25 deletions components/matches/match-list.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,31 +68,6 @@
}
}

.fullTime {
display: flex;
justify-content: space-around;

.formControl {
align-items: center;
display: flex;
flex-direction: column;
width: 30%;
}
}

.updateMatch {
display: flex;
flex-direction: column;

.formControl {
align-items: center;
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
}


@media (max-width: $medium-small-device) {
.section {
flex-direction: column;
Expand Down
Loading

1 comment on commit eb28768

@vercel
Copy link

@vercel vercel bot commented on eb28768 Feb 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cotejoapp – ./

cotejoapp-git-main-andres2d.vercel.app
cotejoapp-andres2d.vercel.app
cotejoapp.vercel.app

Please sign in to comment.