Unverified Commit f4d36ed2 authored by Phillip Kuznetsov's avatar Phillip Kuznetsov Committed by Copybara
Browse files

Revert "Styling tweak for sign up page"

Summary: This reverts commit 6016cb5af425c12dd03635d39abc9bf3b4a19032. Styling was only useful with the rest of the changes.

Test Plan: Tested on yarn dev.

Reviewers: michelle

Reviewed By: michelle

Differential Revision: https://phab.corp.pixielabs.ai/D8479

GitOrigin-RevId: 791605b25aba343f2762d9bfbe85de2882ccbbbf
parent 8eaef949
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -39,7 +39,7 @@ const useStyles = makeStyles(({ spacing, palette }: Theme) => createStyles({
title: {
color: palette.foreground.two,
paddingTop: spacing(1),
paddingBottom: spacing(2),
paddingBottom: spacing(3),
marginBottom: spacing(1.25),
},
subtitle: {
......@@ -54,7 +54,7 @@ const useStyles = makeStyles(({ spacing, palette }: Theme) => createStyles({
flexFlow: 'row nowrap',
justifyContent: 'center',
alignItems: 'center',
marginTop: spacing(1),
marginTop: spacing(3),
paddingTop: spacing(1),
borderTop: `1px solid ${palette.foreground.grey1}`,
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment