yohei0125 il y a 3 ans
Parent
commit
1a89401e22
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;