You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried applying Cell foreground color differently than default (which was white) whilst also applying foreground in Selected breaks the ui of the table.
Setup
Please complete the following information along with version numbers, if applicable.
Source Code
Please include source code if needed to reproduce the behavior.
Expected behavior
The Selected styles should be applied to the whole row. This case, the background was not applied to all the selected row cells. Furthermore, the Foreground from Selected was also not applied where it should have been applied.
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I tried applying
Cell
foreground color differently than default (which was white) whilst also applying foreground inSelected
breaks the ui of the table.Setup
Please complete the following information along with version numbers, if applicable.
To Reproduce
Steps to reproduce the behavior:
s.Cell = s.Cell.Foreground(lipgloss.Color("26"))
beneaths.Selected
(line 176)Source Code
Please include source code if needed to reproduce the behavior.
Expected behavior
The
Selected
styles should be applied to the whole row. This case, the background was not applied to all the selected row cells. Furthermore, the Foreground fromSelected
was also not applied where it should have been applied.Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: