mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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>
|
</button>
|
||||||
</app-header>
|
</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 }}
|
{{ "claimedDomainsDesc" | i18n }}
|
||||||
<a
|
<a
|
||||||
bitLink
|
bitLink
|
||||||
|
|||||||
Reference in New Issue
Block a user