Skip to content

Commit 462f87f

Browse files
Merge pull request #2895 from devtron-labs/fix/calendar-theme
feat: add DayPicker styles for improved UI
2 parents 6ae4cee + 3f31071 commit 462f87f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

src/css/base.scss

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5182,3 +5182,29 @@ details[open] {
51825182
contain: paint;
51835183
}
51845184
}
5185+
5186+
.DayPicker {
5187+
background-color: var(--bg-menu-primary);
5188+
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 2px 5px 0 rgba(0, 0, 0, 0.07), 0 3px 8px 0 rgba(0, 0, 0, 0.07);
5189+
5190+
.DayPickerNavigation_button {
5191+
background-color: var(--bg-primary);
5192+
border: 1px solid var(--border-primary-translucent);
5193+
5194+
&:hover {
5195+
background-color: var(--bg-hover);
5196+
}
5197+
}
5198+
5199+
.CalendarMonthGrid {
5200+
background: var(--bg-menu-primary);
5201+
5202+
.CalendarMonth_caption {
5203+
color: var(--N900);
5204+
}
5205+
5206+
.CalendarMonth {
5207+
background: var(--bg-menu-primary);
5208+
}
5209+
}
5210+
}

0 commit comments

Comments
 (0)