Skip to content

Commit 77e9c0a

Browse files
committed
changes
1 parent 1e5003f commit 77e9c0a

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

trackio/frontend/src/components/BarPlot.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -658,11 +658,6 @@
658658
padding: 6px 0 0;
659659
flex-wrap: wrap;
660660
}
661-
.legend-title {
662-
font-size: 11px;
663-
color: var(--body-text-color-subdued, #6b7280);
664-
font-weight: 600;
665-
}
666661
.legend-item {
667662
display: flex;
668663
align-items: center;

trackio/frontend/vite.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ import { defineConfig } from "vite";
44
export default defineConfig({
55
base: "/",
66
plugins: [svelte()],
7+
build: {
8+
chunkSizeWarningLimit: 1200,
9+
},
710
});

0 commit comments

Comments
 (0)