Skip to content

Commit

Permalink
Updated ion-button
Browse files Browse the repository at this point in the history
  • Loading branch information
danielehrhardt committed Jul 16, 2023
1 parent facd982 commit 8fc5f2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions src/pages/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,11 @@ <h4 class="text-white text-center font-bold text-xl mt-2">
min="0"
(keydown.enter)="connect()" />
</div>
<button
<ion-button
size="small"
(click)="connect()"
class="w-full py-2 bg-gray-900 text-white rounded-md text-sm focus:outline-none focus:ring-2 focus:ring-gray-700 focus:border-transparent shadow-lg">
(click)="connect()">
{{'Connect'|translate}}
</button>
</ion-button>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/remote/remote.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { ElectronService } from '../../app/core/services/electron.service';
template: `
<ion-header>
<ion-toolbar color="primary">
<ion-title>Passwort eingeben</ion-title>
<ion-title>{{ 'Enter Password' | translate }}</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
Expand Down

0 comments on commit 8fc5f2e

Please sign in to comment.