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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user