FluenDataGrid and PropertyColumns: Header and Value Colors Do Not Differ as Expected #3106
Labels
needs: repro code or repository
The provided description or code is insufficient to repro the issue
🐛 Bug Report
The PropertyColumns component is expected to have a different color than its corresponding header, as shown on the demo website. However, it currently does not
💻 Repro or Code Sample
<FluentDataGrid Style="min-width: max-content;" Items="@FilteredItems" ShowHover="true" TGridItem="OrderFulfillmentStateViewModel" Pagination="_paginationState" OnRowClick="HandleRowClick" GenerateHeader="GenerateHeaderOption.Sticky">
<PropertyColumn Width="200px" Align="Align.Start" Title="Order ID" Property="order=>order.OrderId" Style="color: #af5f00 ;" />
🤔 Expected Behavior
PropertyColumn should have text-color (#af5f00) and its header text-color should be black.
😯 Current Behavior
The header and the column have the same color (#af5f00)
🔦 Context
This issue is important because having distinct colors for the PropertyColumns and their corresponding headers enhances the visual clarity and usability of the interface. It is also a production project so I'm trying to bring the best user interface to my client.
The text was updated successfully, but these errors were encountered: