mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 10:18:28 +00:00
10 lines
142 B
JavaScript
10 lines
142 B
JavaScript
![]() |
import styled from 'styled-components';
|
||
|
|
||
|
const Wrapper = styled.div`
|
||
|
.button-submit {
|
||
|
min-width: 140px;
|
||
|
}
|
||
|
`;
|
||
|
|
||
|
export default Wrapper;
|