Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 7e54d11

Browse files
authored
Update checkboxes (#2124)
Update all checkboxes to latest style contributes to hyperledger/composer#2032
1 parent 579c1cd commit 7e54d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/composer-playground/src/app/identity/issue-identity/issue-identity.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Issue New Identity</h1>
2828

2929
<div>
3030
<input type="checkbox" [(ngModel)]="issuer" id="issuer" name="issuer">
31-
<label for="issuer">Allow this ID to issue new IDs (
31+
<label class="checkbox-label" for="issuer">Allow this ID to issue new IDs (
3232
<svg class="standard-icon" aria-hidden="true">
3333
<use xlink:href="#icon-relationship_16"></use>
3434
</svg>

0 commit comments

Comments
 (0)