Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp #46

Open
wants to merge 12 commits into
base: revamp
Choose a base branch
from
Open

Revamp #46

wants to merge 12 commits into from

Conversation

adityachopra29
Copy link

Screenshot 2024-05-31 at 12 54 46 AM

The calendar component revamped into tailwind component with new design.
@beingnoble03

src/components/events-calendar-new/index.css Outdated Show resolved Hide resolved
src/components/events-calendar-new/index.js Outdated Show resolved Hide resolved
src/components/events-calendar-new/index.js Outdated Show resolved Hide resolved
src/components/events-calendar-new/index.css Outdated Show resolved Hide resolved
src/components/events-calendar-new/public/image.png Outdated Show resolved Hide resolved
Copy link
Member

@beingnoble03 beingnoble03 left a comment

Choose a reason for hiding this comment

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

Just address these comments. Rest looks good to me.

Comment on lines +3 to 13
.event-card-border{
margin-top: 4.2rem;
padding: 2%;
width: 130%;
border-color: #F6F7F9;
border-width: 0.1rem;
border-radius: 0.1rem;
display: flex ;
flex-direction: column;
gap: 2rem;
}
Copy link
Member

Choose a reason for hiding this comment

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

I think these can be added using tailwind?

Copy link
Member

Choose a reason for hiding this comment

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

Same for the other style classes added here in this css file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants