Skip to content

Commit

Permalink
Remove ZStack fix, now unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Apr 5, 2022
1 parent 27887aa commit d33b9a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/components/src/z-stack/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export const ZStackChildView = styled.div< {
offsetAmount: number;
zIndex: number;
} >`
/* TODO: split this change to a separate PR */
display: flex;
${ ( { isLayered, offsetAmount } ) =>
isLayered
? css( rtl( { marginLeft: offsetAmount } )() )
Expand Down

0 comments on commit d33b9a4

Please sign in to comment.