Skip to content
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

Tile style White on White #112

Open
abdalmoez opened this issue May 12, 2020 · 0 comments
Open

Tile style White on White #112

abdalmoez opened this issue May 12, 2020 · 0 comments

Comments

@abdalmoez
Copy link

Link to code

The ForeColor of MetroThemeStyle is always white for Tile control. When we set the color to White and Theme to Light or dark we got a case where the tile is white on white.

public sealed class Tile
            {
                public static Color Normal(MetroThemeStyle theme)
                {
                    if (theme == MetroThemeStyle.Dark)
                        return Color.FromArgb(255, 255, 255);

                    return Color.FromArgb(255, 255, 255);
                }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant