diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index e2f8358..5297d7f 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -70,13 +70,6 @@ const useStyles = makeStyles(theme => ({ alignItems: "center", justifyContent: "center", }, - listSection: { - backgroundColor: "inherit", - }, - ul: { - backgroundColor: "white", - // padding: 0, - }, })); const reducer = (state, action) => {