Skip to content

Commit

Permalink
Fix fonts modal dialog buttons accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jan 26, 2024
1 parent d3a8846 commit 3aa3023
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
FlexBlock,
} from '@wordpress/components';
import { chevronLeft } from '@wordpress/icons';
import { __ } from '@wordpress/i18n';

function TabPanelLayout( {
title,
Expand All @@ -33,6 +34,7 @@ function TabPanelLayout( {
onClick={ handleBack }
icon={ chevronLeft }
size="small"
label={ __( 'Back' ) }
/>
) }
{ title && (
Expand Down

0 comments on commit 3aa3023

Please sign in to comment.