10 lines
142 B
JavaScript
Raw Normal View History

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