Skip to content

Commit

Permalink
fix(RV-429): Adjust page cutoff for image annatator (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyenrise8 authored Dec 4, 2024
1 parent 94c027a commit 5ea44bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ImageAnnotator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ export const MultiImageAnnotator: FC<MultiImageAnnotatorProps> = ({
return (
<div className="display-flex flex-justify-center flex-align-center flex-column height-full width-full">
<ImageAnnotator
height={500}
setHandles={setHandles}
naturalSize={true}
imageUrl={images[index]}
shapes={shapes[index] || []}
onAdded={handleShapeAddition}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/LoadingWrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@

.loading-text p {
font-size: 16px;
color: #666; /* Lighter color for subtitle */
color: #171717; /* Lighter color for subtitle */
}

0 comments on commit 5ea44bb

Please sign in to comment.