Skip to content

Commit

Permalink
Updated the tachyons class
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Zanzini <[email protected]>
  • Loading branch information
Ienzi and danzanzini authored Dec 16, 2022
1 parent dd3f2b5 commit ece22c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/ExtensionPoint/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function withOuterExtensions(
<Fragment key={`wrapped-${treePath}`}>
<LazyImages>{beforeElements}</LazyImages>
{element}
{isRootTreePath && <div className="flex flex-grow-1 bg-checkout-color" />}
{isRootTreePath && <div className="flex flex-grow-1 below-element" />}
<LazyImages>{afterElements}</LazyImages>
</Fragment>
)
Expand Down

0 comments on commit ece22c2

Please sign in to comment.