Skip to content

Commit

Permalink
improvement(dashboard): add background color to legend
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald authored and thsig committed Mar 10, 2021
1 parent edaefae commit 2231184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dashboard/src/components/graph/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,13 @@ export const StackGraph: React.FC<Props> = ({
className={cls(
css`
position: absolute;
right: 1rem;
right: 2rem;
bottom: 2.2rem;
display: flex;
justify-content: flex-end;
font-size: 0.8em;
`,
"mr-1"
background-color: white;
`
)}
>
{Object.entries(taskStates).map(([state, props]) => {
Expand Down

0 comments on commit 2231184

Please sign in to comment.