yohei0125 há 3 anos atrás
pai
commit
1a89401e22
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/app/src/components/Theme/ThemeAntarctic.tsx

+ 1 - 1
packages/app/src/components/Theme/ThemeAntarctic.tsx

@@ -30,6 +30,6 @@ const ThemeAntarctic = ({ children, colorScheme }: Props): JSX.Element => {
     </>
   );
   return <ThemeInjector className={styles.theme}>{newChildren}</ThemeInjector>;
-
 };
+
 export default ThemeAntarctic;