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
Hey all! I have a quick feature request or question depending on whether this is already possible without theme edits -- maybe I'm overlooking something.
Currently within Filament Tables, whenever using the color columns, it can be hard to discern whether a color has been set or not as the color might be the same or very close to the row background. This is especially noticeable with white-on-white or gray-on-gray depending on the light or dark theme.
Here's a quick example:
The third row has been set to white, but since it's white-on-white it's quite difficult to see. The only reason we know it is set is because the placeholder ("-") is not shown, but I would much prefer the color that is set to still be visible to prevent confusion. Something like the following would be great:
Yes, I know there is a visual issue with certain colors, this is just a quick example.
This is currently possible by adding something like .fi-ta-color-item { border: solid 1px lightgray; } to a theme file, but I was wondering if this was maybe already possible in base Filament. If it isn't I would like to request this to be added in a future version as I believe it improve the usability/accessibility of the column. Does anybody know?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey all! I have a quick feature request or question depending on whether this is already possible without theme edits -- maybe I'm overlooking something.
Currently within Filament Tables, whenever using the color columns, it can be hard to discern whether a color has been set or not as the color might be the same or very close to the row background. This is especially noticeable with white-on-white or gray-on-gray depending on the light or dark theme.
Here's a quick example:
The third row has been set to white, but since it's white-on-white it's quite difficult to see. The only reason we know it is set is because the placeholder ("-") is not shown, but I would much prefer the color that is set to still be visible to prevent confusion. Something like the following would be great:
Yes, I know there is a visual issue with certain colors, this is just a quick example.
This is currently possible by adding something like
.fi-ta-color-item { border: solid 1px lightgray; }
to a theme file, but I was wondering if this was maybe already possible in base Filament. If it isn't I would like to request this to be added in a future version as I believe it improve the usability/accessibility of the column. Does anybody know?Beta Was this translation helpful? Give feedback.
All reactions