diff --git a/src/windows/components/TicketRow.tsx b/src/windows/components/TicketRow.tsx index 467f8ad..ccc83cf 100644 --- a/src/windows/components/TicketRow.tsx +++ b/src/windows/components/TicketRow.tsx @@ -190,7 +190,6 @@ const TicketRow: React.FC = ({ }} css={css` ${ClickableBadgeStyle} - margin-left: 3px; `} /> )} @@ -207,7 +206,6 @@ const TicketRow: React.FC = ({ }} css={css` ${ClickableBadgeStyle} - margin-left: 3px; `} /> )} @@ -233,7 +231,6 @@ const TicketRow: React.FC = ({ }} css={css` ${ClickableBadgeStyle} - margin-left: 3px; `} /> )} @@ -250,7 +247,6 @@ const TicketRow: React.FC = ({ }} css={css` ${ClickableBadgeStyle} - margin-left: 3px; `} /> diff --git a/src/windows/components/styles.tsx b/src/windows/components/styles.tsx index c9e00f1..5dcd959 100644 --- a/src/windows/components/styles.tsx +++ b/src/windows/components/styles.tsx @@ -36,6 +36,7 @@ const ClickableBadgeStyle = css` cursor: pointer; color: ${actionsColor}; box-shadow: 0px 0px 1px #fff; + margin-left: 3px; :hover { box-shadow: 1px 1px 1px #fff;