Skip to content

Commit

Permalink
fix: Style interactive timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Dec 29, 2022
1 parent 59cfe91 commit 9d715cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/scenes/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import gql from "graphql-tag";
import { theme } from "../../theme";
import { PointOfSaleOutlined } from "@mui/icons-material";
import FlexBetween from "../../components/FlexBetween";
import { nivoTheme } from "../../theme";

const Timeline = () => {
const { data, isLoading } = useGqlQuery(
Expand All @@ -32,9 +33,9 @@ const Timeline = () => {
emptyColor="#333"
colors={["#61cdbb", "#97e3d5", "#e8c1a0", "#f47560"]}
// margin={{ top: 40, right: 40, bottom: 100, left: 40 }}
isInteractive={false}
dayBorderWidth={0}
theme={{
...nivoTheme,
labels: { text: { fill: "#fff" } },
}}
/>
Expand Down

0 comments on commit 9d715cf

Please sign in to comment.