Skip to content

Commit

Permalink
DatePicker: restore round radius for event dot (#65031)
Browse files Browse the repository at this point in the history
* DatePicker: restore round radius for event dot

* Add CHANGELOG

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
  • Loading branch information
3 people authored Sep 4, 2024
1 parent 2807adb commit c5b5135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

- `TimePicker`: use ToggleGroupControl for AM/PM toggle ([#64800](https://github.com/WordPress/gutenberg/pull/64800)).
- `ColorPalette` utils: do not normalize undefined color values ([#64969](https://github.com/WordPress/gutenberg/pull/64969)).
- `DatePicker` restore round radius for event dot ([#65031](https://github.com/WordPress/gutenberg/pull/65031)).

### Internal

Expand Down
1 change: 1 addition & 0 deletions packages/components/src/date-time/date/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const DayButton = styled( Button, {
`
::before {
background: ${ props.isSelected ? COLORS.white : COLORS.theme.accent };
border-radius: ${ CONFIG.radiusRound };
bottom: 2px;
content: " ";
height: 4px;
Expand Down

0 comments on commit c5b5135

Please sign in to comment.