Skip to content

Commit

Permalink
fix: change background image for undefined cell
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Oct 3, 2023
1 parent 0117956 commit ad704c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Visualization/styles/Visualization.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
45deg,
var(--colors-grey300) 0,
var(--colors-grey300) 0.8px,
var(--colors-white) 0,
var(--colors-white) 50%
transparent 0,
transparent 50%
);
background-size: 8px 8px;
}
Expand Down

0 comments on commit ad704c5

Please sign in to comment.