Skip to content

Commit

Permalink
DataViews: Use default button variants (#57057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Dec 14, 2023
1 parent 65cc552 commit bcc5a9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/dataviews/src/add-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function AddFilter( { filters, view, onChangeView } ) {
<Button
__experimentalIsFocusable
label={ __( 'Filters' ) }
variant="tertiary"
size="compact"
icon={ funnel }
className="dataviews-filters-button"
Expand Down
1 change: 0 additions & 1 deletion packages/dataviews/src/view-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ export default function ViewActions( {
<DropdownMenu
trigger={
<Button
variant="tertiary"
size="compact"
icon={
VIEW_LAYOUTS.find( ( v ) => v.type === view.type )
Expand Down

1 comment on commit bcc5a9b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in bcc5a9b.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/7208267513
📝 Reported issues:

Please sign in to comment.