import styled from 'styled-components' export const StyledButton = styled.button` border: none; outline: none; `