Skip to content

Commit

Permalink
rebase adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkaroraa committed Jan 9, 2023
1 parent 1e1514d commit 7a860f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/components/InputNew/InputToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const useInputTokenProps = makeStyles((theme) =>
border: `2px solid ${theme.palette.background.lightStone}`,
borderRadius: '10px',
padding: theme.spacing(2),
marginTop: '1em',
backgroundColor: theme.palette.background.default,
},
inputRoot: {
Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/src/components/Lp/GetSqueeth.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Typography, Box } from '@material-ui/core'
import { Typography } from '@material-ui/core'
import { createStyles, makeStyles } from '@material-ui/core/styles'
import { motion } from 'framer-motion'
import React from 'react'
Expand All @@ -13,7 +13,7 @@ const useStyles = makeStyles((theme) =>
textAlign: 'center',
fontSize: '18px',
fontWeight: 500,
marginBottom: theme.spacing(2),
marginBottom: theme.spacing(1),
},
}),
)
Expand Down

0 comments on commit 7a860f1

Please sign in to comment.