Skip to content

Commit 6a11553

Browse files
authored
Merge pull request #1880 from PrestaShopCorp/fix/material-icons
[FIX] Icons issue
2 parents 19dc02f + b9b02c4 commit 6a11553

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_dev/apps/ui/src/components/commons/tips-and-tricks-card.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="ps_gs-alert-tips-and-tricks p-0 pt-2 pb-2"
66
>
77
<div class="d-flex ps_gs-fz-16 font-weight-500 text-primary">
8-
<i class="material-icons-round ps_gs-fz-20 mr-1 mb-0 align-center">
8+
<i class="material-icons ps_gs-fz-20 mr-1 mb-0 align-center">
99
lightbulb
1010
</i>
1111
{{ $t('tipsAndTricks.title') }}

_dev/apps/ui/src/components/enhanced-conversions/enhanced-conversions-card.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class="d-md-flex flex-wrap align-items-center justify-content-between mb-3"
99
>
1010
<div class="d-flex align-items-center">
11-
<span class="material-icons-round ps_gs-fz-32 mr-2"> touch_app </span>
11+
<span class="material-icons ps_gs-fz-32 mr-2"> touch_app </span>
1212
<b-card-text
1313
class="flex-grow-1 ps_gs-onboardingcard__title text-left mb-0"
1414
>

_dev/apps/ui/src/components/onboarding/card-billing-connected.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<b-card no-body>
33
<b-card-header class="d-flex mb-2">
44
<span class="step-is-done rounded-circle bg-success d-flex align-items-center mr-2">
5-
<i class="material-icons-round text-light ps_gs-fz-16 ml-auto mr-auto">check</i>
5+
<i class="material-icons text-light ps_gs-fz-16 ml-auto mr-auto">check</i>
66
</span>
77
{{ $t('billingFacade.title') }}
88
</b-card-header>
99
<b-card-body class="d-flex align-items-center mb-3">
10-
<i class="material-icons-round ps_gs-fz-48 mr-3">credit_card</i>
10+
<i class="material-icons ps_gs-fz-48 mr-3">credit_card</i>
1111
{{ billingStatusText }}
1212
<div class="d-md-flex ml-auto text-center">
1313
<b-button

_dev/apps/ui/src/components/product-feed/settings/delivery-time-and-rates/estimate-method/custom-carrier-form.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
:title="$t('productFeedSettings.deliveryTimeAndRates.tooltips.carrierName')"
1717
>
1818
<span
19-
class="material-icons material-icons-roundtext-secondary mb-0 ps_gs-fz-16 w-16"
19+
class="material-icons material-icons-round text-secondary mb-0 ps_gs-fz-16 w-16"
2020
>
2121
help_outline
2222
</span>

0 commit comments

Comments
 (0)