1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-16952] Update text color for description in claimed domains page (#13011)

* [PM-16952] Update text color for description in claimed domains page

* refactor: update typography for domain verification description
This commit is contained in:
Rui Tomé
2025-01-29 14:38:46 +00:00
committed by GitHub
parent b07d6c29a4
commit 81943cd4f6

View File

@@ -4,7 +4,11 @@
</button>
</app-header>
<p class="tw-text-muted tw-w-2/5" *ngIf="accountDeprovisioningEnabled$ | async">
<p
bitTypography="body1"
class="tw-text-main tw-w-2/5"
*ngIf="accountDeprovisioningEnabled$ | async"
>
{{ "claimedDomainsDesc" | i18n }}
<a
bitLink