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 and artemiomorales committed Jan 4, 2024
1 parent 0ddd43e commit 8173116
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

0 comments on commit 8173116

Please sign in to comment.