Merge pull request #800 from palash-signoz/not-found-button-style

chore: styles is updated for the not found button
This commit is contained in:
Ankit Nayan 2022-03-03 18:25:13 +05:30 committed by GitHub
commit b4f781ad47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;