Skip to content

Commit a2fff46

Browse files
Merge pull request #2896 from devtron-labs/fix/calendar-theme-rc-pull
fix: calendar theme
2 parents ca9fa32 + 02774d4 commit a2fff46

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

src/css/base.scss

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5183,6 +5183,32 @@ details[open] {
51835183
}
51845184
}
51855185

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+
}
5211+
51865212
kbd {
51875213
font-family: 'IBM Plex Sans';
5188-
}
5214+
}

0 commit comments

Comments
 (0)