Problem
Using DataGrid when trying to override the hover color on DatagridRows it is only possbile to alter this color by override SystemListLowColor. This is unwanted as this can influence other parts of the application.
solution
Replace the Visualstate ThemeResource SystemListLowColor with a custom resource, same as for example DataGridRowSelectedBackgroundColor for VisualState PointerOver