Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2023
1 parent 7d1c6d3 commit 678076a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions taxonium_component/src/components/ColorSettingModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ const modalStyle = {
borderRadius: "8px",
padding: "20px",
maxWidth: "400px",

},
overlay: {
backgroundColor: "rgba(100, 100, 100, 0.3)",
zIndex: 1000,

}
},
};

const ColorSettingModal = ({ isOpen, setIsOpen, color, setColor, title }) => {
Expand Down
6 changes: 2 additions & 4 deletions taxonium_component/src/components/DeckSettingsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ const settingsModalStyle = {
borderRadius: "8px",
padding: "20px",
maxWidth: "700px",
}
,
},
overlay: {
backgroundColor: "rgba(100, 100, 100, 0.3)",
zIndex: 1000,

}
},
};

const prettifyMutationTypes = {
Expand Down
2 changes: 1 addition & 1 deletion taxonium_component/src/hooks/useLayers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const useLayers = ({
onHover: (info) => setHoverInfo(info),
modelMatrix: modelMatrix,
updateTriggers: {
getFillColor: [detailed_data, getNodeColorField,colorHook],
getFillColor: [detailed_data, getNodeColorField, colorHook],
getPosition: [xType],
},
};
Expand Down

0 comments on commit 678076a

Please sign in to comment.