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