Skip to content

Commit

Permalink
Adjust defaultColor to use primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
StuckiSimon committed Aug 14, 2024
1 parent be20391 commit 0afe136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/TracerExperiment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import clsx from "clsx";
import usePathTracer from "@site/src/hooks/usePathTracer";

export default function TracerExperiment(): JSX.Element {
const defaultColor = "#ff0055";
const defaultColor = "#f20089";
const [materialMap, setMaterialMap] = React.useState({
floor: (() => {
let m = new OpenPBRMaterial();
Expand Down

0 comments on commit 0afe136

Please sign in to comment.