Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.29k stars 532 forks source link

`DataGridCheckColumn` does not use `Theme.ColorOptions.Primary` #4932

Open oaldrian opened 1 year ago

oaldrian commented 1 year ago

Describe the bug According to @stsrki DataGridCheckColumn should use Theme.ColorOptions.Primary as base of its color. This does not work.

To Reproduce see reproduction in https://github.com/oaldrian/BlazoriseReproductions/tree/datagrid-checkcolumn-color Index.razor and App.razor

Expected behavior DataGridCheckColumn should use Theme.ColorOptions.Primary as base of its color.

Screenshots

Screenshot 2023-08-16 191000

Additional context Tested on 1.3

oaldrian commented 1 year ago

seems to also happen for the normal check component, when there is no specific color set.

stsrki commented 1 year ago

I might inform you wrong in the Discord channel.

Can you try this?

image

oaldrian commented 1 year ago

could be closed as InputOption does solve the problem.

But I would suggest to do an overhaul of the theming section of the docs, to actually include all needed options.

stsrki commented 1 year ago

@steal4life We need to create new API page for the theming options where all the fields will be mentioned.