Skip to content

Commit

Permalink
likhith/fix: 🎨 resolved incorrect CSS style (#8508)
Browse files Browse the repository at this point in the history
* fix: 🎨 resolved incorrect CSS style

* fix: 🎨 resolved incorrect CSS style
  • Loading branch information
likhith-deriv committed May 9, 2023
1 parent 9961ed0 commit 2bdbc5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getCurrencyDisplayCode, getLocalizedBasis, isMobile, getGrowthRatePerce
import CancelDealInfo from './cancel-deal-info.jsx';

const ValueMovement = ({ has_error_or_not_loaded, proposal_info, currency, has_increased, is_vanilla }) => (
<div className={classNames({ 'strike--value-container': is_vanilla })}>
<div className='strike--value-container'>
<div className={classNames('trade-container__price-info-value', { 'strike--info': is_vanilla })}>
{!has_error_or_not_loaded && (
<Money
Expand Down

1 comment on commit 2bdbc5c

@vercel
Copy link

@vercel vercel bot commented on 2bdbc5c May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.binary.sx
binary.sx
deriv-app.vercel.app
deriv-app-git-master.binary.sx

Please sign in to comment.