firstfloorsoftware / mui

Modern UI for WPF
Microsoft Public License
2.6k stars 755 forks source link

how to change the hyper link foreground color in a selected data grid row #154

Open phoeson opened 7 years ago

phoeson commented 7 years ago

I have a column which contains a hyper link in a data grid, and the default foreground color is the resource of AccentColor. but the data grid selected row background color is also AccentColor.

heraclesaraujo commented 7 years ago

I haven't used datagrid yet, but I think you should make some styling there... Next week I'll have some time to take look at it and come up with a PR with a fix