From a4b954e304551ebe64eacc412b33f1ffa56d821a Mon Sep 17 00:00:00 2001 From: Palash gupta Date: Wed, 2 Mar 2022 18:32:24 +0530 Subject: [PATCH] chore: styles is updated for the not found button --- frontend/src/components/NotFound/styles.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/NotFound/styles.ts b/frontend/src/components/NotFound/styles.ts index 731ab31c2a..812fba7f6c 100644 --- a/frontend/src/components/NotFound/styles.ts +++ b/frontend/src/components/NotFound/styles.ts @@ -2,7 +2,6 @@ import { Link } from 'react-router-dom'; import styled from 'styled-components'; export const Button = styled(Link)` - height: 100%; border: 2px solid #2f80ed; box-sizing: border-box; border-radius: 10px;