Skip to content

Commit

Permalink
removed individual css files for the components
Browse files Browse the repository at this point in the history
  • Loading branch information
syedali237 committed Dec 25, 2024
1 parent bfc65ec commit 72b290c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 64 deletions.
13 changes: 0 additions & 13 deletions src/components/CheckIn/CheckInWrapper.module.css

This file was deleted.

4 changes: 1 addition & 3 deletions src/components/CheckIn/CheckInWrapper.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState } from 'react';
import { CheckInModal } from './CheckInModal';
import { Button } from 'react-bootstrap';
import styles from './CheckInWrapper.module.css';
import style from '../../style/app.module.css';

type PropType = {
Expand All @@ -22,7 +21,7 @@ export const CheckInWrapper = ({ eventId }: PropType): JSX.Element => {
<>
<Button
data-testid="stats-modal"
className={`border-1 bg-white text-success ${styles.actionBtn} ${style.createButton} `}
className={`border-1 bg-white text-success ${style.createButton} `}
aria-label="checkInRegistrants"
onClick={(): void => {
setShowModal(true);
Expand All @@ -33,7 +32,6 @@ export const CheckInWrapper = ({ eventId }: PropType): JSX.Element => {
width={30.63}
height={30.63}
alt="Sort"
className={styles.sortImg}
/>
Check In Registrants
</Button>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 72b290c

Please sign in to comment.