File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-core/src/components/Compass Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const Compass: React.FunctionComponent<CompassProps> = ({
9595
9696 if ( hasDrawer ) {
9797 return (
98- < Drawer { ...drawerProps } >
98+ < Drawer isPill { ...drawerProps } >
9999 < DrawerContent panelContent = { drawerContent } >
100100 < DrawerContentBody > { compassContent } </ DrawerContentBody >
101101 </ DrawerContent >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ exports[`Matches the snapshot with basic layout 1`] = `
4747exports [` Matches the snapshot with drawer 1` ] = `
4848<DocumentFragment >
4949 <div
50- class = " pf-v6-c-drawer pf-m-expanded"
50+ class = " pf-v6-c-drawer pf-m-expanded pf-m-pill "
5151 >
5252 <div
5353 class = " pf-v6-c-drawer__main"
You can’t perform that action at this time.
0 commit comments