Skip to content

Commit b532d93

Browse files
committed
Tweak styling
1 parent 38f0dea commit b532d93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/components/Form/FormCloseButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ export const FormCloseButton: React.FC<FormCloseButtonProps> = ({ onClose }) =>
3838
const useStyles = makeStyles((theme) => ({
3939
closeButton: {
4040
position: "fixed",
41-
top: theme.spacing(6),
41+
top: theme.spacing(3),
4242
right: theme.spacing(6),
4343
opacity: 0.5,
4444
color: theme.palette.text.primary,
4545
"&:hover": {
4646
opacity: 1,
4747
},
4848
},
49-
5049
label: {
5150
position: "absolute",
5251
left: "50%",

0 commit comments

Comments
 (0)