Ver Fonte

use css with component-level css

yohei0125 há 3 anos atrás
pai
commit
635a4f2814
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/app/src/components/Sidebar/SidebarNav.tsx

+ 1 - 1
packages/app/src/components/Sidebar/SidebarNav.tsx

@@ -126,7 +126,7 @@ export const SidebarNav: FC<Props> = (props: Props) => {
 
 export const SidebarNavSkeleton: FC = () => {
   return (
-    <div className="grw-sidebar-nav-skeleton">
+    <div className={`grw-sidebar-nav ${styles['grw-sidebar-nav']}`}>
       <div className="grw-sidebar-nav-primary-container">
         <PrimaryItemSkeleton />
         <PrimaryItemSkeleton />