CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.88k stars 1.38k forks source link

InfiniteCanvas text entry uses obtrusive default colors #2784

Open DerPate2010 opened 5 years ago

DerPate2010 commented 5 years ago

I'm submitting a...

Change request for the full saturated default colors of InfiniteCanvas text entry

Current behavior

Border around text is blue and default text color is red

Expected behavior

Changed the text color to black and border to gray

Minimal reproduction of the problem with instructions

Environment

Nuget Package(s): 

Package Version(s): 

Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] Insider Build (xxxxx)

Device form factor:
- [ ] Desktop
- [ ] Mobile
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [ ] 2017 (version: )
- [ ] 2017 Preview (version: )
michael-hawker commented 5 years ago

If we take a dependency on WinUI for https://github.com/Microsoft/microsoft-ui-xaml/issues/85 fix, then this gets easier as well.

windowstoolkitbot commented 5 years ago

This issue seems inactive. It will automatically be closed in 14 days if there is no activity.

michael-hawker commented 5 years ago

@Bmartin2013 any notes on why this was closed?

Bmartin2013 commented 5 years ago

@michael-hawker This issue was solved on this PR https://github.com/Microsoft/microsoft-ui-xaml/issues/85, according to your comment on the PR #2785

michael-hawker commented 5 years ago

@Bmartin2013 yes, it's fixed in the WinUI library, but we're not using their version of the control; so I believe it's still an issue in the platform that we can't leverage yet until we take it as a dependency.