瀏覽代碼

apply quality

yohei0125 3 年之前
父節點
當前提交
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>