diff --git a/taxonium_component/src/components/ColorSettingModal.jsx b/taxonium_component/src/components/ColorSettingModal.jsx index b856aee6..f904bfb5 100644 --- a/taxonium_component/src/components/ColorSettingModal.jsx +++ b/taxonium_component/src/components/ColorSettingModal.jsx @@ -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 }) => { diff --git a/taxonium_component/src/components/DeckSettingsModal.jsx b/taxonium_component/src/components/DeckSettingsModal.jsx index cd356488..6247b46c 100644 --- a/taxonium_component/src/components/DeckSettingsModal.jsx +++ b/taxonium_component/src/components/DeckSettingsModal.jsx @@ -14,13 +14,11 @@ const settingsModalStyle = { borderRadius: "8px", padding: "20px", maxWidth: "700px", - } - , + }, overlay: { backgroundColor: "rgba(100, 100, 100, 0.3)", zIndex: 1000, - - } + }, }; const prettifyMutationTypes = { diff --git a/taxonium_component/src/hooks/useLayers.jsx b/taxonium_component/src/hooks/useLayers.jsx index 5f86b328..0fc8052d 100644 --- a/taxonium_component/src/hooks/useLayers.jsx +++ b/taxonium_component/src/hooks/useLayers.jsx @@ -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], }, };