developer239/react-apollo-graphql

View on GitHub
src/components/ErrorAlert/styled.ts

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'styled-components'
import { Alert as AntAlert } from 'antd'

export const Alert = styled(AntAlert)`
  padding: 25px !important;
  font-size: 16px !important;
`