Skip to content

Commit

Permalink
Removed background color
Browse files Browse the repository at this point in the history
  • Loading branch information
S3Prototype committed May 17, 2021
1 parent 3afb3ee commit bcdaded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Robots/RobotCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const useStyles = makeStyles(them=>({
function RobotCard(props) {
const classes = useStyles()
return (
<Grid style={props.pseudo ? {opacity:0,maxWidth:349} : {backgroundColor:'pink',maxWidth:349}} md={5} item>
<Grid style={props.pseudo ? {opacity:0,maxWidth:349} : {maxWidth:349}} md={5} item>
<Card elevation={3} style={{display:'flex', width:'100%', justifyContent:'center'}} className={classes.robotCard}>
<Grid style={{minHeight: 445, maxHeight:500, width: 340}}
direction="column" alignItems="center" justify="space-between" container
Expand Down

1 comment on commit bcdaded

@vercel
Copy link

@vercel vercel bot commented on bcdaded May 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

famous-robots – ./

famous-robots.vercel.app
famous-robots-git-main-s3prototype.vercel.app
famous-robots-s3prototype.vercel.app

Please sign in to comment.