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
When using Light theme, the DataGridRow background when selected or selected+mouse over is not transparent, so if the row background is styled to something other than white it's clear the color is not transparent.
It seems the opacity is missing from the resources in the Light theme, since they are specified in the dark theme.
I tried specifying the opacity in the following resources:
Hey,
When using Light theme, the DataGridRow background when selected or selected+mouse over is not transparent, so if the row background is styled to something other than white it's clear the color is not transparent.
It seems the opacity is missing from the resources in the Light theme, since they are specified in the dark theme.
I tried specifying the opacity in the following resources:
in the file src/Semi.Avalonia.DataGrid/Light.axaml
That fixed my issue.
Hope that helps!
The text was updated successfully, but these errors were encountered: