-
Notifications
You must be signed in to change notification settings - Fork 14
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
Reimplement Datepicker with react-aria #696
Conversation
97d11a5
to
47cd43d
Compare
width: config.dayWidth, | ||
height: config.dayHeight, |
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.
We're no longer limiting the day size in config to be part of the spacing scale.
<Box paddingX={12} width="full"> | ||
<Columns space={4} alignY="center"> | ||
<Box paddingX={8} width="full"> | ||
<Columns space={8} alignY="center"> | ||
<Column width="content"> | ||
<IconButton | ||
label={defaultMessages.DateField.previousMonthLabel} | ||
size={16} | ||
size={24} |
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.
changes already discussed with @Phyele
c7f2f44
to
ba50061
Compare
@veej take a look at Chromatic: some changes look off to me. |
cc59eab
to
8a4958b
Compare
c4cfcc4
to
83b69d9
Compare
Screen.Recording.2023-08-29.at.11.50.55.mov