Skip to content

Commit

Permalink
fix: loader background color
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Nov 30, 2023
1 parent f1435ec commit c6ade57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/login-home/login-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
<atft-orthographic-camera [positionX]=0 [positionY]=0 [positionZ]="100" [zoom]="4">
</atft-orthographic-camera>
<!-- Background -->
<atft-scene name="backgroundScene" background="#000051">
<atft-scene name="backgroundScene" background="#fafafa">
<atft-effect-composer [renderToScreen]="false" [sceneBackgroundTarget]="mainScene">
<atft-blur></atft-blur>
</atft-effect-composer>
<atft-point-light [intensity]="0.4" [distance]="1000" [translateX]="-60" [translateY]="-60"
[translateZ]="50"></atft-point-light>
<atft-loader-actor materialColor="#F0F0F0"></atft-loader-actor>
</atft-scene>
<!-- Foreground -->
Expand Down

0 comments on commit c6ade57

Please sign in to comment.