import styled from 'styled-components/macro';

export const StyledModalFooterButtonGroup = styled.div`
  column-gap: 8px;
  display: flex;
`;
