import styled from 'styled-components'; const Wrapper = styled.div` .button-submit { min-width: 140px; } `; export default Wrapper;