Alex Santos 6054e6180e finish
2022-05-12 09:43:28 -03:00

23 lines
391 B
TypeScript

import styled from 'styled-components'
export const BasicButtonView = styled.button`
display: flex;
justify-content: center;
align-items: center;
margin-top: 10px;
width: 140px;
height: 45px;
cursor: pointer;
background: #254F7F;
border-radius: 8px;
border-style: none;
font-family: 'Poppins';
font-size: 90%;
/* identical to box height */
color: #FFFFFF;
`