diff --git a/apps/browser/src/autofill/popup/fido2/fido2-v1.component.html b/apps/browser/src/autofill/popup/fido2/fido2-v1.component.html
index 8a052fbc5b7..bea96d7f55b 100644
--- a/apps/browser/src/autofill/popup/fido2/fido2-v1.component.html
+++ b/apps/browser/src/autofill/popup/fido2/fido2-v1.component.html
@@ -4,12 +4,19 @@
diff --git a/apps/browser/src/popup/scss/misc.scss b/apps/browser/src/popup/scss/misc.scss
index 11b4045baad..55bddf3197c 100755
--- a/apps/browser/src/popup/scss/misc.scss
+++ b/apps/browser/src/popup/scss/misc.scss
@@ -289,6 +289,11 @@ app-vault-icon,
background-position: center;
}
+.icon-cozy-2x {
+ width: 32px;
+ height: 32px;
+}
+
.view-icon .icon-cozy {
width: 24px;
height: 24px;
diff --git a/apps/browser/src/popup/scss/pages.scss b/apps/browser/src/popup/scss/pages.scss
index 13bf904495e..e2c8442de9a 100644
--- a/apps/browser/src/popup/scss/pages.scss
+++ b/apps/browser/src/popup/scss/pages.scss
@@ -352,10 +352,11 @@ app-fido2-v1 {
}
}
+ // Cozy customization; update fido2 header style
span {
- font-size: 45px;
+ font-size: 24px;
font-weight: 300;
- margin-top: -3px;
+ margin-left: 5px;
@include themify($themes) {
color: themed("primaryColor");
}