soupette 83d414b79b Refacto components
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-02-10 17:40:52 +01:00

10 lines
158 B
JavaScript

import styled from 'styled-components';
const HiddenAction = styled.div`
min-width: 10rem;
max-width: 12rem;
flex: 1;
`;
export default HiddenAction;