Skip to content

Commit

Permalink
Use small size for patterns filter + i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed May 21, 2024
1 parent df32116 commit 3c76b9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ export function PatternsFilter( {
popoverProps={ {
placement: 'right-end',
} }
label="Filter patterns"
label={ __( 'Filter patterns' ) }
toggleProps={ { size: 'small' } }
icon={
<Icon
icon={
Expand Down

0 comments on commit 3c76b9b

Please sign in to comment.