diff --git a/semcore/date-picker/src/style/calendar.shadow.css b/semcore/date-picker/src/style/calendar.shadow.css index d042618d1f..2c6851528c 100644 --- a/semcore/date-picker/src/style/calendar.shadow.css +++ b/semcore/date-picker/src/style/calendar.shadow.css @@ -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; @@ -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; diff --git a/website/docs/style/design-tokens/base-tokens.json b/website/docs/style/design-tokens/base-tokens.json index 3ccb119310..4677d430fb 100644 --- a/website/docs/style/design-tokens/base-tokens.json +++ b/website/docs/style/design-tokens/base-tokens.json @@ -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" },