File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
packages/react/src/components/FluidDropdown Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ import { usePrefix } from '../../internal/usePrefix';
1212
1313const  FluidDropdownSkeleton  =  ( {  className,  ...rest  } )  =>  { 
1414  const  prefix  =  usePrefix ( ) ; 
15-   const  wrapperClasses  =  cx ( 
15+   const  wrapperContainerClasses  =  cx ( 
1616    className , 
17-     `${ prefix }  , 
18-     `${ prefix }  
17+     `${ prefix }  
1918  ) ; 
19+   const  wrapperClasses  =  cx ( `${ prefix }  ,  `${ prefix }  ) ; 
2020
2121  return  ( 
22-     < div  className = { ` ${ prefix } --list-box__wrapper--fluid` } > 
22+     < div  className = { wrapperContainerClasses } > 
2323      < div  className = { wrapperClasses }  { ...rest } > 
2424        < span  className = { `${ prefix }  }  /> 
2525        < div  className = { `${ prefix }  }  /> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments