Skip to content

Commit

Permalink
Minor clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Amol Sontakke <[email protected]>
  • Loading branch information
amolsontakke3576 committed Dec 11, 2024
1 parent 0a85db5 commit 40b70bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,5 @@
"xmlhttprequest-ssl": "^1.6.3",
"@babel/traverse": "^7.23.2",
"postcss": "^8.4.31"
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
&.gray {
background-color: gray !important;
}
}
}
2 changes: 1 addition & 1 deletion src/app/shared/components/checkbox/checkbox.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<span [ngStyle]="{'font-size': fontSize, 'font-weight': bold ? 'bold' : 'normal'}">{{text}}</span>
<input type="checkbox" [checked]="checked" (click)="onCheckboxClick()">
<span class="checkmark" [ngStyle]="{'top': topMargin}"></span>
</label>
</label>

0 comments on commit 40b70bc

Please sign in to comment.