Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
fix: date widget calendar icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Dec 11, 2023
1 parent ad943de commit 4ea7a64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/widgets/datetime/DateTimeControl.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@
}
}
}

& .MuiIconButton-root {
color: var(--text-secondary);
}
}
}

0 comments on commit 4ea7a64

Please sign in to comment.