We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7bf0b commit 4ef83c3Copy full SHA for 4ef83c3
site/src/components/Footer/Footer.tsx
@@ -42,6 +42,7 @@ const useFooterStyles = makeStyles((theme) => ({
42
flex: "0",
43
paddingTop: theme.spacing(2),
44
paddingBottom: theme.spacing(2),
45
+ marginTop: theme.spacing(3),
46
},
47
copyRight: {
48
margin: theme.spacing(0.25),
site/src/pages/LoginPage/LoginPage.tsx
@@ -17,7 +17,6 @@ export const useStyles = makeStyles((theme) => ({
17
layout: {
18
display: "flex",
19
flexDirection: "column",
20
- gap: theme.spacing(2),
21
alignItems: "center",
22
23
container: {
0 commit comments