digitaldirk

Results 27 comments of digitaldirk

@codebude I'll leave this one to you (after looking into I got a little confused and feel like you're more qualified with the US vs Europe formatting 😃) I did...

Team decided that to only use the dark version of the MudBlazor logo in all repos because the readme will not display correctly on the Nuget page. The regular version...

Failed build seems unrelated to this PR?

@ScarletKuro You're right - I forgot to even test this PR 🤫 Sorry for the extra work. The earlier fail seemed to be caused by eslint - maybe the weird...

Thank you for the input @ScarletKuro @versile2 @danielchalmers I will not be able to look at this for at least a week. Sorry for the delay

@henon @ScarletKuro How would we feel about making the text output format a parameter so the user could set it: ```csharp public MudColorOutputFormats ColorOutputTextFormat { get; set; } = MudColorOutputFormats.Hex;...