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

renderer: do not extend padding color if any cell has default bg color #2137

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

mitchellh
Copy link
Contributor

Before, cells that were explicitly set to match the default bg color were treated as if they did NOT have the default and extending would occur. We now check the exact RGB of each cell. This is already the documented behavior so this should just bring expectations more in line.

Before, cells that were explicitly set to match the default bg color
were treated as if they did NOT have the default and extending would
occur. We now check the exact RGB of each cell.
@mitchellh mitchellh merged commit 80f2071 into main Aug 23, 2024
36 checks passed
@mitchellh mitchellh deleted the extend-color branch August 23, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant