Skip to content

Commit 8fc5f2e

Browse files
Updated ion-button
1 parent facd982 commit 8fc5f2e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/pages/home/home.page.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@ <h4 class="text-white text-center font-bold text-xl mt-2">
8484
min="0"
8585
(keydown.enter)="connect()" />
8686
</div>
87-
<button
87+
<ion-button
8888
size="small"
89-
(click)="connect()"
90-
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">
89+
(click)="connect()">
9190
{{'Connect'|translate}}
92-
</button>
91+
</ion-button>
9392
</div>
9493
</div>
9594
</div>

src/pages/remote/remote.page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { ElectronService } from '../../app/core/services/electron.service';
2828
template: `
2929
<ion-header>
3030
<ion-toolbar color="primary">
31-
<ion-title>Passwort eingeben</ion-title>
31+
<ion-title>{{ 'Enter Password' | translate }}</ion-title>
3232
</ion-toolbar>
3333
</ion-header>
3434
<ion-content>

0 commit comments

Comments
 (0)