-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style for bottom right corner in ScrollView is missing #23
Comments
Thank you for reporting this! |
It is merged and should be fixed in the latest version on NuGet as well (v1.11.0-preview). PS: |
Glad to hear, I'm not in a hurry with the release so I'll wait for it to go to master. Thanks! |
I encounterd a missing styling in the ScrollView that is inside a TextBox.
The corner rectangle in the bottom right that fills the space for both the vertical and horizontal scrollbar is tinted white in dark mode:
There sort of is a workaround as it is possible to override this style with the following code:
Resulting into the following:
But unfortunatley this overridden color does not match the background gradient of the TextBox that is present for the first 100 pixels or so.
(The color difference might be hard to notice in the images)
The text was updated successfully, but these errors were encountered: