@oneuptime/common 10.5.34 → 10.5.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -241,7 +241,11 @@
241
241
  .oneuptime-calendar .rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
242
242
  padding: 0.625rem 0.75rem;
243
243
  font-size: 0.8125rem;
244
- color: #374151;
244
+ /* react-big-calendar applies the per-event color (set by eventPropGetter) to
245
+ the agenda <tr>. Inherit it here instead of forcing a fixed dark gray so the
246
+ agenda view uses the same contrast text (e.g. white on dark event colors)
247
+ as the month/week/day views. */
248
+ color: inherit;
245
249
  border-top: 1px solid #f3f4f6;
246
250
  }
247
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneuptime/common",
3
- "version": "10.5.34",
3
+ "version": "10.5.36",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",