-
Notifications
You must be signed in to change notification settings - Fork 4
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
Gradient on bottom of calendar missing #150
Comments
Changed Height of the gradient Specs are listed out in this blueprint: |
This was referenced Oct 23, 2023
jordanjones243
added a commit
that referenced
this issue
Nov 15, 2023
jordanjones243
added a commit
that referenced
this issue
Nov 16, 2023
jordanjones243
added a commit
that referenced
this issue
Nov 16, 2023
jordanjones243
added a commit
that referenced
this issue
Nov 16, 2023
Merged
6 tasks
jordanjones243
added a commit
that referenced
this issue
Dec 6, 2023
Merged
6 tasks
jordanjones243
added a commit
that referenced
this issue
Dec 6, 2023
jordanjones243
added a commit
that referenced
this issue
Jan 4, 2024
blackfalcon
pushed a commit
that referenced
this issue
Jan 4, 2024
# [2.1.0](v2.0.10...v2.1.0) (2024-01-04) ### Bug Fixes * **centralDate:** correct centralDate attribute functionality ([2155f66](2155f66)) * **docs:** fix rendering of api docs [#162](#162) ([1bfba2f](1bfba2f)) * **input:** update date visibility when date is typed [#170](#170) ([7f1e872](7f1e872)) * **layout:** update cell layout with slot content ([ea171e3](ea171e3)) * **PR:** update code based on design and code review ([f50add4](f50add4)) * **range:** fix in range styles [#151](#151) ([6993124](6993124)) * **styles:** exclude stylelint rule after deps update ([52b14d1](52b14d1)) ### Features * **mobile:** implement 320px mobile design [#151](#151) ([2a8601a](2a8601a)) * **popover:** add popover slot functionality [#153](#153) ([d1a7e72](d1a7e72)) * **slot:** add slot and functionality for date cells [#128](#128) ([62dad65](62dad65)) ### Performance Improvements * **button:** refactor mobile button design [#154](#154) ([f7b65fa](f7b65fa)) * **csspart:** add cssparts to datepicker [#156](#156) ([09a60a8](09a60a8)) * **deps:** install latest design tokens ([4a05ff3](4a05ff3)) * **deps:** update dependencies ([036940a](036940a)) * **deps:** update dependencies ([891ad79](891ad79)) * **deps:** update deps and repo to support node 20 [#147](#147) ([a506464](a506464)) * **design:** update datepicker styles per design ([5cadc28](5cadc28)) * **dropdown:** update to latest version of dropdown ([cc56aa7](cc56aa7)) * **gradient:** update mobile gradient color [#150](#150) ([98d1811](98d1811)) * **hover:** update hovered date handling ([8a2b2dd](8a2b2dd)) * **jsdocs:** update jsdocs ([c9b20cb](c9b20cb)) * **library:** implement auro-library and use utils ([7127d65](7127d65)) * **mobile:** remove mobile header back button [#154](#154) ([dca0d32](dca0d32)) * **PR:** update code based on PR review ([c0b808f](c0b808f)) * **slot:** handle slot content with less code ([5d5d7be](5d5d7be)) * **styles:** add styles to day slot content [#128](#128) ([740e65a](740e65a)) * **theme:** update token prefixes [#159](#159) ([25e3092](25e3092))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The bottom part of the calendar should be in a gradient. Currently it is a solid white color.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Specs are listed out in this blueprint: https://www.figma.com/file/mZzZNE0cEPnphZozbaZfDy/Calendar?type=design&node-id=1839-23842&mode=design&t=vvzqoI7BimOAHXeK-11
Additional context
This issue is related to issue #140
The text was updated successfully, but these errors were encountered: