Skip to content

Commit

Permalink
fix: 🎨 resolved incorrect CSS style
Browse files Browse the repository at this point in the history
  • Loading branch information
likhith-deriv committed May 8, 2023
1 parent 326f0cb commit 8048031
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')}>
<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

0 comments on commit 8048031

Please sign in to comment.