Skip to content

Commit

Permalink
fix(calendar-input): update border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Oct 14, 2021
1 parent 7a76759 commit 0d06aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/calendar-input/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:root {
--calendar-input-calendar-icon: url('https://alfabank.st/icons/glyph_calendar_m_primary.svg');
--calendar-input-popover-border-color: var(--color-light-border-primary);
--calendar-input-popover-border-radius: var(--border-radius-m);
}

.component {
Expand All @@ -21,7 +22,7 @@
box-sizing: border-box;
box-shadow: var(--shadow-s);
border: 1px solid var(--calendar-input-popover-border-color);
border-radius: var(--border-radius-m);
border-radius: var(--calendar-input-popover-border-radius);
}

.calendarIcon {
Expand Down
1 change: 1 addition & 0 deletions packages/themes/src/mixins/calendar-input/click.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@define-mixin calendar-input-click {
--calendar-input-popover-border-color: transparent;
--calendar-input-popover-border-radius: var(--border-radius-s);
}

0 comments on commit 0d06aca

Please sign in to comment.