mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[PM-26984] Use medium instead of semibold or bold (#17194)
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<tr bitRow>
|
||||
<td bitCell class="tw-pl-0 tw-py-3"></td>
|
||||
<td bitCell class="tw-text-right">
|
||||
<span class="tw-font-bold">Total:</span> {{ totalCost | currency: "$" }} /
|
||||
<span class="tw-font-medium">Total:</span> {{ totalCost | currency: "$" }} /
|
||||
{{
|
||||
getBillingCadenceLabel(activePlans.length > 0 ? activePlans[0] : null) | i18n
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user