@bytebrand/fe-ui-core 4.1.43 → 4.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -236,8 +236,8 @@ class VehiclePrice extends React.Component<IVehiclePriceSectionProps> {
|
|
|
236
236
|
{ListPrices}
|
|
237
237
|
{vehicleComponentName === 'favorite' && (
|
|
238
238
|
<div className={styles.wrapHandleCompare}>
|
|
239
|
-
<Button variant='
|
|
240
|
-
<IconSVG className={styles.removeIcon} name='
|
|
239
|
+
<Button variant='outlined' onClick={onRemoveClick} className={styles.btnCompareRemove} color='error'>
|
|
240
|
+
<IconSVG className={styles.removeIcon} name='trashRed' customDimensions />
|
|
241
241
|
</Button>
|
|
242
242
|
<Button className={styles.btnCarToCompare} variant='outlined' onClick={toggleCarToCompare}>
|
|
243
243
|
<span className={styles.btnPlusIcon}>{!toCompare ? '+' : '-'}</span>
|