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;