Skip to content

Commit

Permalink
Update components/ColorPicker/src/Converters/NullToTransparentConvert…
Browse files Browse the repository at this point in the history
…er.cs
  • Loading branch information
michael-hawker authored Dec 20, 2024
1 parent c071b64 commit 29cf6c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace CommunityToolkit.WinUI.Controls;

internal partial class NullToTransparentConverter : IValueConverter
public partial class NullToTransparentConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, string language) => value;

Expand Down

0 comments on commit 29cf6c2

Please sign in to comment.