-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: donation views weekly calendar #40
Conversation
…ueprint/community-fridge-kw into akshay/feat/weekly-calendar
…ueprint/community-fridge-kw into akshay/feat/weekly-calendar
calendarDate: { | ||
fontFamily: "Inter, sans-serif", | ||
fontWeight: "Bold", | ||
fontSize: "20px", | ||
lineHeight: "28px", | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
calendarDate: { | |
fontFamily: "Inter, sans-serif", | |
fontWeight: "Bold", | |
fontSize: "20px", | |
lineHeight: "28px", | |
}, |
const currentDate = setDay(week, day.day, { locale }); | ||
|
||
return ( | ||
<Text textStyle="calendarDate"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Text textStyle="calendarDate"> | |
<Text textStyle="desktopBodyBold"> | |
|
||
return ( | ||
<Container | ||
color="#FAFCFE" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
color="#FAFCFE" | |
color="squash.100" | |
{" "} | ||
{frequency}{" "} | ||
</Badge> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{" "} | |
{frequency}{" "} | |
</Badge> | |
{frequency} | |
</Badge> | |
Visit the preview URL for this PR (updated for commit 9d03a49): https://community-fridge-kw--pr40-akshay-feat-weekly-c-9j1ckynk.web.app (expires Sat, 27 Nov 2021 20:02:19 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
Notion ticket link
Ticket Name
Implementation description
Steps to test
What should reviewers focus on?
Checklist