]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-forms/input-text.component.html
Better icon names
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / input-text.component.html
index 669b5f32e30983bcdd046eefcbc05a612a4fab5f..f890c4f02d0b23ce99f511b9aeda3a2efb65df52 100644 (file)
@@ -6,8 +6,8 @@
   />
 
   <button *ngIf="withToggle" (click)="toggle()" type="button" class="btn btn-outline-secondary" [title]="toggleTitle">
-    <my-global-icon *ngIf="show" iconName="sensitive"></my-global-icon>
-    <my-global-icon *ngIf="!show" iconName="unsensitive"></my-global-icon>
+    <my-global-icon *ngIf="show" iconName="eye-open"></my-global-icon>
+    <my-global-icon *ngIf="!show" iconName="eye-close"></my-global-icon>
   </button>
 
   <button