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