Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions packages/ui/src/calendar/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

// Internal variables
--a8c-calendar-outline-focus: 1.5px solid #{theme.$components-color-accent};
--a8c-calendar-button-height: 2rem;
--a8c-calendar-button-width: 2rem;
--a8c-calendar-nav-height: 2rem;
--a8c-calendar-button-height: 32px;
--a8c-calendar-button-width: 32px;
--a8c-calendar-nav-height: 32px;

// TODO: themify / align to DS tokens
--a8c-calendar-range-middle-background-color: color-mix(in srgb, #{theme.$components-color-accent} 4%, transparent);
Expand Down Expand Up @@ -176,7 +176,7 @@
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1rem;
gap: 16px;
max-width: fit-content;
}

Expand Down
Loading