This commit is contained in:
Robin Davies
2023-06-29 01:06:35 -04:00
parent d352fafaf7
commit 28215eb1d5
19 changed files with 167 additions and 47 deletions
+3 -3
View File
@@ -52,7 +52,7 @@ const styles = (theme: Theme) => createStyles({
paddingLeft: 12,
paddingRight: 12,
left: 0,
background: "white",
background: theme.mainBackground,
zIndex: 3
},
@@ -61,7 +61,7 @@ const styles = (theme: Theme) => createStyles({
right: 0,
marginRight: 22,
paddingLeft: 12,
background: "white",
background: theme.mainBackground,
zIndex: 3
},
@@ -70,7 +70,7 @@ const styles = (theme: Theme) => createStyles({
right: 0,
paddingRight: 22,
paddingLeft: 12,
background: "white",
background: theme.mainBackground,
zIndex: 3
},