projeto-hit/frontend/src/components/Ticket/TicketsManager/TicketsList/TicketsList.style.jsx

11 lines
249 B
JavaScript

import styled from "styled-components";
import { color } from "../../../../style/varibles";
const TicketListStyled = styled.ul`
background-color: ${color.gradient.border};
height: 100vh;
margin-top: 16px;
`;
export default TicketListStyled;