Skip to content

Commit

Permalink
update class names
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 authored and ciampo committed Dec 22, 2023
1 parent e391a80 commit 9af21d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function FontLibraryModal( {
isFullScreen
className="font-library-modal"
>
<div className="font-library-modal__tab-panel">
<div className="font-library-modal__tabs">
<Tabs initialTabId={ initialTabName }>
<Tabs.TabList>
{ tabs.map( ( { name, title } ) => (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
}

.font-library-modal__tab-layout {
.font-library-modal__tabpanel-layout {

main {
padding-bottom: 4rem;
Expand Down Expand Up @@ -75,7 +75,7 @@
padding-bottom: 1rem;
}

.font-library-modal__tab-panel {
.font-library-modal__tabs {
[role="tablist"] {
position: sticky;
top: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { chevronLeft } from '@wordpress/icons';

function TabLayout( { title, description, handleBack, children, footer } ) {
return (
<div className="font-library-modal__tab-layout">
<div className="font-library-modal__tabpanel-layout">
<Spacer margin={ 4 } />
<VStack spacing={ 4 } justify="space-between">
<header>
Expand Down

0 comments on commit 9af21d1

Please sign in to comment.