1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 18:53:20 +00:00

fix(cart-summary): Adjust discount text styling

This commit is contained in:
Stephon Brown
2026-01-28 14:46:51 -05:00
parent 436a45b7f2
commit d02c12fc2a

View File

@@ -163,8 +163,14 @@
class="tw-flex tw-justify-between tw-border-b tw-border-secondary-100 tw-py-2"
data-testid="discount-section"
>
<h3 bitTypography="h5" class="tw-text-success-600">{{ discountLabel() }}</h3>
<div bitTypography="body1" class="tw-text-success-600" data-testid="discount-amount">
<h3 bitTypography="h5" class="tw-text-success-600 tw-text-base tw-font-medium">
{{ discountLabel() }}
</h3>
<div
bitTypography="body1"
class="tw-text-success-600 tw-text-base tw-font-medium"
data-testid="discount-amount"
>
-{{ discountAmount() | currency: "USD" : "symbol" }}
</div>
</div>