Skip to content

Commit

Permalink
Change loading indicator appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
aganders3 committed Apr 2, 2024
1 parent 48b84c6 commit 4f497f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function Scene(props: SceneProps) {
overflow: "hidden",
}}
>
<div style={{ margin: "-5em auto", visibility: loading, zIndex: 1000 }}>
<div style={{ margin: "-5% auto", visibility: loading, zIndex: 1000, opacity: "70%" }}>
<LoadingIndicator sdsStyle="tag" />
</div>
</Box>
Expand Down

0 comments on commit 4f497f1

Please sign in to comment.