diff --git a/frontend/src/components/TicketListItem/index.js b/frontend/src/components/TicketListItem/index.js index 16fab94..58bab3e 100644 --- a/frontend/src/components/TicketListItem/index.js +++ b/frontend/src/components/TicketListItem/index.js @@ -102,9 +102,9 @@ const useStyles = makeStyles(theme => ({ userTag: { position: "absolute", - marginRight: 5, - right: 5, - bottom: 5, + marginRight: 35, + right: 10, + bottom: 9, background:"#2576D2", color: "#ffffff", border:"1px solid #CCC", @@ -112,7 +112,7 @@ const useStyles = makeStyles(theme => ({ paddingLeft: 5, paddingRight: 5, borderRadius: 10, - fontSize: "1em" + fontSize: "0.9em" }, }));