Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions semcore/date-picker/src/style/calendar.shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ SCalendarUnit {
background-color: var(--intergalactic-date-picker-cell, oklch(1 0 0));

align-items: center;
border-radius: var(--intergalactic-control-rounded, 6px);
border-radius: var(--intergalactic-rounded-small, 4px);
box-sizing: border-box;
cursor: pointer;
display: flex;
Expand All @@ -82,7 +82,7 @@ SCalendarUnit[today] {
display: block;
top: 1px;
left: 1px;
border-radius: var(--intergalactic-control-rounded, 6px);
border-radius: var(--intergalactic-rounded-small, 4px);
width: calc(100% - 2px);
height: calc(100% - 2px);
box-sizing: border-box;
Expand Down
4 changes: 2 additions & 2 deletions website/docs/style/design-tokens/base-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -815,12 +815,12 @@
"description": "Should be used for simpler effects and relatively small-sized animations (such as fades or color changes)"
},
{
"name": "--intergalactic-easing-fast",
"name": "--intergalactic-easings-fast",
"value": "cubic-bezier(0.5, 0, 0, 1.12)",
"description": "Should be used for fast animation timing function"
},
{
"name": "--intergalactic-easing-medium",
"name": "--intergalactic-easings-medium",
"value": "cubic-bezier(0.5, 0, 0, 1.09)",
"description": "Should be used for medium animation timing function"
},
Expand Down
Loading