chore: styles is updated for the not found button

This commit is contained in:
Palash gupta 2022-03-02 18:32:24 +05:30
parent 938f42bd4f
commit a4b954e304
No known key found for this signature in database
GPG Key ID: 8FD05AE6F9150AD6

View File

@ -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;