yohei0125 3 лет назад
Родитель
Сommit
322153b705
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/Layout/RawLayout.tsx

+ 1 - 1
packages/app/src/components/Layout/RawLayout.tsx

@@ -54,7 +54,7 @@ export const RawLayout = ({ children, title, className }: Props): JSX.Element =>
       <ThemeProvider theme={growiTheme}>
         <div className={classNames.join(' ')} data-color-scheme={colorScheme}>
           {backgroundImageSrc != null && <div className="bg-image-wrapper">
-            <Image className='bg-image' alt='background-image' src={backgroundImageSrc} layout='fill' />
+            <Image className='bg-image' alt='background-image' src={backgroundImageSrc} layout='fill' quality="100" />
           </div>}
           {children}
         </div>