diff --git a/Dockerfile b/Dockerfile index df3951b..39c33f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN yarn install && yarn run build ### BUILD TORRSERVER MULTIARCH START ### -FROM --platform=$BUILDPLATFORM golang:1.19-alpine as builder +FROM --platform=$BUILDPLATFORM golang:1.20-alpine as builder COPY . /opt/src COPY --from=front /app/build /opt/src/web/build diff --git a/web/src/style/materialUISetup.js b/web/src/style/materialUISetup.js index 158ba81..278eecf 100644 --- a/web/src/style/materialUISetup.js +++ b/web/src/style/materialUISetup.js @@ -55,7 +55,7 @@ export const useMaterialUITheme = () => { overrides: { MuiTypography: { h6: { - fontSize: '1.2rem', + fontSize: '1.0rem', }, }, MuiPaper: {