Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into feature/color-picker
  • Loading branch information
meganrm committed Nov 6, 2023
2 parents ca80300 + c6eaea3 commit a9d2d5d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions src/components/CameraControls/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const PAN = "pan";
const ROTATE = "rotate";
const ORTHOGRAPHIC = "o";
const PERSPECTIVE = "p";
const ORTHOGRAPHIC = "o";
const PERSPECTIVE = "p";
const CAMERA_MODE_MODIFIER_KEYS = ["Meta", "Shift"];
const ZOOM_IN_HK = "ArrowUp";
const ZOOM_OUT_HK = "ArrowDown";
Expand Down
1 change: 0 additions & 1 deletion src/components/CameraControls/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
right: 20px;
justify-content: space-evenly;
gap: 12px;
gap: 12px;
margin-bottom: 20px;
}

Expand Down
2 changes: 0 additions & 2 deletions src/components/HelpMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import styles from "./style.css";

import VersionModal from "../VersionModal";

import VersionModal from "../VersionModal";

const HelpMenu = (): JSX.Element => {
const [modalVisible, setModalVisible] = React.useState(false);

Expand Down
11 changes: 0 additions & 11 deletions src/components/PlaybackControls/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,6 @@
margin: auto 2px;
}

.container .anticon svg {
height: 24px;
width: 24px;
color: var(--viewer-btn-color-default);
}

.container :global(.ant-btn-loading-icon) {
color: var(--viewer-btn-color-default);
margin: auto 2px;
}

.step-back::after {
content: "\e906";
}
Expand Down
2 changes: 0 additions & 2 deletions src/styles/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
--dim-gray: #383838;
--dim-gray-two: #6E6E6E;
--purplish-gray: #4A4658;
--dim-gray-two: #6E6E6E;
--purplish-gray: #4A4658;
--pale-grey: #ddd9ec;
--heather: #bab5c9;
--text-gray: #a0a0a0;
Expand Down

0 comments on commit a9d2d5d

Please sign in to comment.