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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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 Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (ac57738) to head (7278687).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         203      203           
  Lines        3347     3351    +4     
  Branches      752      780   +28     
=======================================
+ Hits         3335     3339    +4     
+ Misses         12       11    -1     
- Partials        0        1    +1     

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

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: In review
Development

Successfully merging this pull request may close these issues.

Custom color and size for cell values
2 participants