Skip to content

Commit

Permalink
chore: after merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Apr 24, 2024
1 parent 4b185ef commit b74f5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
--sbb-calendar-cell-transition-easing-function: var(--sbb-animation-easing);
--sbb-calendar-tables-gap: var(--sbb-spacing-fixed-10x);
--sbb-calendar-table-animation-shift: #{sbb.px-to-rem-build(0.1)};
--sbb-calendar-table-animation-duration: var(--sbb-disable-animation-time, 0.1ms);
--sbb-calendar-table-animation-duration: 0.1ms;
--sbb-calendar-table-column-spaces: 12;
--sbb-calendar-control-view-change-height: #{sbb.px-to-rem-build(44)};
--sbb-calendar-control-view-change-color: var(--sbb-color-charcoal);
Expand Down

0 comments on commit b74f5df

Please sign in to comment.