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 773fd0c commit d4522f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions taxonium_component/src/components/DeckSettingsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const settingsModalStyle = {
left: "50%",
transform: "translate(-50%, -50%)",
backgroundColor: "#fafafa",
border: '1px solid #e2e8f0',
borderRadius: '8px',
padding: '20px',
maxWidth: '700px',
border: "1px solid #e2e8f0",
borderRadius: "8px",
padding: "20px",
maxWidth: "700px",
},
};

Expand Down

0 comments on commit d4522f7

Please sign in to comment.