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

Add contrast color for cell text if cell have data links #253

Merged
merged 4 commits into from
Feb 21, 2025

Conversation

vitPinchuk
Copy link
Contributor

Resolves: #236

Instead of adding new cell parameters like color or font size, I added contrast using theme.colors.getContrastText.
Fix link color for auto cell type

@vitPinchuk vitPinchuk added the enhancement New feature or request label Feb 14, 2025
@vitPinchuk vitPinchuk added this to the Table 2.3.0 milestone Feb 14, 2025
@vitPinchuk vitPinchuk self-assigned this Feb 14, 2025
@codecov-commenter
Copy link

codecov-commenter commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (14618d3) to head (8492a09).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         203      203           
  Lines        3368     3372    +4     
  Branches      788      793    +5     
=======================================
+ Hits         3356     3360    +4     
+ Misses         12       11    -1     
- Partials        0        1    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@asimonok asimonok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl ready for review

Copy link
Member

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl mikhail-vl merged commit a1f5743 into main Feb 21, 2025
5 checks passed
@mikhail-vl mikhail-vl deleted the feat/data-links-colors-fix branch February 21, 2025 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Custom color and size for cell values
4 participants