Merge remote-tracking branch 'origin/master'

This commit is contained in:
yourok
2023-04-20 08:52:59 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ RUN yarn install && yarn run build
### BUILD TORRSERVER MULTIARCH START ### ### 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 . /opt/src
COPY --from=front /app/build /opt/src/web/build COPY --from=front /app/build /opt/src/web/build

View File

@@ -55,7 +55,7 @@ export const useMaterialUITheme = () => {
overrides: { overrides: {
MuiTypography: { MuiTypography: {
h6: { h6: {
fontSize: '1.2rem', fontSize: '1.0rem',
}, },
}, },
MuiPaper: { MuiPaper: {