Skip to content

Commit

Permalink
DatePicker: Use compact button size (#65653)
Browse files Browse the repository at this point in the history
* DatePicker: Use compact button size

* CHANGELOG

Co-authored-by: tyxla <[email protected]>
Co-authored-by: ciampo <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 7b50715 commit 0bfec0f
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -10,6 +10,7 @@
### Enhancements

- `MenuGroup`: Simplify the MenuGroup styles within dropdown menus. ([#65561](https://github.com/WordPress/gutenberg/pull/65561)).
- `DatePicker`: Use compact button size. ([#65653](https://github.com/WordPress/gutenberg/pull/65653)).

## 28.8.0 (2024-09-19)

Expand Down
2 changes: 2 additions & 0 deletions packages/components/src/date-time/date/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export function DatePicker( {
)
);
} }
size="compact"
/>
<NavigatorHeading level={ 3 }>
<strong>
Expand All @@ -150,6 +151,7 @@ export function DatePicker( {
)
);
} }
size="compact"
/>
</Navigator>
<Calendar
Expand Down

0 comments on commit 0bfec0f

Please sign in to comment.