Skip to content

Commit

Permalink
fix: set container bg to white in serve
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Jan 23, 2023
1 parent 5873e58 commit 0fb3338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions commands/serve/web/components/Visualize/Chart.jsx
Expand Up @@ -30,6 +30,7 @@ export default function Chart({ id, onLoad }) {
ref={el}
style={{
height: '100%',
backgroundColor: 'white',
}}
/>
);
Expand Down
1 change: 1 addition & 0 deletions commands/serve/web/eRender.html
Expand Up @@ -34,6 +34,7 @@
bottom: 8px;
right: 8px;
top: 64px;
background-color: white;
}

#chart-container.full {
Expand Down

0 comments on commit 0fb3338

Please sign in to comment.