Skip to content

Commit

Permalink
refactor(calendar): update calendar schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed Dec 13, 2023
1 parent b5cb854 commit df9ecaa
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions sass/themes/schemas/components/light/_calendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
/// @prop {List} month-border-radius [(rem(20px), rem(0), rem(20px))] - The border radius used for the month in month view.
/// @prop {List} week-number-border-radius [(rem(4px), rem(0), rem(8px))] - The border radius used for the week numbers column.
/// @prop {List} size [(rem(24px), rem(28px), rem(32px))] - The size of the days, months, and years views..
/// @prop {Number} default-size [2] - The default size used for the calendar component.
/// @prop {Number} default-size [3] - The default size used for the calendar component.
$light-calendar: (
content-foreground: (
contrast-color: 'surface',
Expand Down Expand Up @@ -1667,13 +1667,6 @@ $fluent-calendar: extend(
rem(8px),
),
),
size: (
sizable: (
rem(24px),
rem(28px),
rem(32px),
),
),
date-range-border-color: (
color: (
'gray',
Expand Down Expand Up @@ -2307,13 +2300,6 @@ $bootstrap-calendar: extend(
rem(8px),
),
),
size: (
sizable: (
rem(24px),
rem(28px),
rem(32px),
),
),
)
);

Expand All @@ -2339,12 +2325,5 @@ $indigo-calendar: extend(
rem(8px),
),
),
size: (
sizable: (
rem(24px),
rem(28px),
rem(32px),
),
),
)
);

0 comments on commit df9ecaa

Please sign in to comment.