11 lines
199 B
TypeScript
Raw Normal View History

2025-01-29 20:42:01 -05:00
import styled from 'styled-components';
export const ActionsAndStatusSection = styled.div`
flex: 0 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
`;