2025-01-29 20:42:01 -05:00

11 lines
199 B
TypeScript

import styled from 'styled-components';
export const ActionsAndStatusSection = styled.div`
flex: 0 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
`;