1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Added a little bit of styling

This commit is contained in:
Anders Åberg
2025-01-08 16:16:57 +01:00
parent 70dffe0cf2
commit dbab8e6ea5

View File

@@ -9,9 +9,17 @@ import { DesktopSettingsService } from "../../platform/services/desktop-settings
<div
style="background:white; display:flex; justify-content: center; align-items: center; flex-direction: column"
>
<h1>Select your passkey</h1>
<h1 style="color: black">Select your passkey</h1>
<br />
<button bitButton type="button" buttonType="secondary" (click)="closeModal()">Close</button>
<button
style="color:black; padding: 10px 20px; border: 1px solid black; margin: 10px"
bitButton
type="button"
buttonType="secondary"
(click)="closeModal()"
>
Close
</button>
</div>
`,
})