mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
fix(cart-summary): Adjust discount text styling
This commit is contained in:
parent
436a45b7f2
commit
d02c12fc2a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user