There was an error while loading. Please reload this page.
1 parent 4020cf6 commit 6fe032cCopy full SHA for 6fe032c
1 file changed
src/renderer/Grid/DatePickerInline.tsx
@@ -81,8 +81,12 @@ const DatePickerInlineComponent: React.FC<DatePickerInlineComponentProps> = ({
81
className={IsSelected(type, filters, [date]) ? "selected" : undefined}
82
data-todotxt-attribute={type}
83
>
84
- <button tabIndex={-1}>
85
- <Badge variant="dot" invisible={mustNotify}>
+ <button tabIndex={-1}>
+ <Badge
86
+ variant="dot"
87
+ invisible={mustNotify}
88
+ className={!mustNotify ? "notify" : undefined}
89
+ >
90
<Chip
91
onClick={(event) => {
92
event.stopPropagation();
0 commit comments