Skip to content

Commit

Permalink
add labels back
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin committed Feb 15, 2024
1 parent a49f50e commit e97d9c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,14 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
<Flex direction={{ default: 'column' }} gap={{ default: 'gapLg' }} className="ws-full-page-utils">
<Switch
id="demo-theme-switcher"
label="Dark theme"
aria-label="Dark theme enabled"
defaultChecked={false}
onChange={() => document!.querySelector('html')!.classList.toggle('pf-v5-theme-dark')}
/>
<Switch
id="demo-rtl-switcher"
label="RTL"
aria-label="RTL enabled"
defaultChecked={false}
onChange={() => {
Expand Down

0 comments on commit e97d9c5

Please sign in to comment.