Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Woo POS] Fix shadow clipping #12588

Draft
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Commits on Sep 11, 2024

  1. When withBottomShadow is set to true, the showBottomShadow logic trig…

    …gers the addition of a shadow to the bottom of the LazyColumn. However, because this shadow is applied within the Box and flipped, it might be extending or spilling over in an unintended way, visually affecting both the top and bottom of the component.
    backwardstruck committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    fabd517 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    0b43db0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    c778eb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    fc5985d View commit details
    Browse the repository at this point in the history