Skip to content

Commit

Permalink
White text of adjust contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPienaar committed Sep 24, 2023
1 parent 6e2d6f9 commit 12b588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/camera/camera.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
</div>

<div class="editImage" [ngClass]="{ 'notVisible': !captured }">
<p style="margin:0">Adjust Contrast</p>
<p style="margin:0;color:white;">Adjust Contrast</p>
<input class="slider" type="range" min="-100" max="100" [(ngModel)]="contrastValue" (input)="applyFilters()" placeholder="0" title="Adjust Contrast"/>
<p style="margin:0">Adjust Brightness</p>
<p style="margin:0;color:white;">Adjust Brightness</p>
<input class="slider" type="range" min="50" max="150" [(ngModel)]="brightnessValue" (input)="applyFilters()" placeholder="0" title="Adjust Brightness"/>
<div style="width:143px;margin:auto;">
<p-button icon="pi pi-refresh" label="Reset Filters" (click)="resetFilters()" [style]="{margin:'auto'}"></p-button>
Expand Down

0 comments on commit 12b588d

Please sign in to comment.