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

Different colored background doesn't look good #5

Closed
wjtje opened this issue Nov 10, 2020 · 0 comments · Fixed by #7
Closed

Different colored background doesn't look good #5

wjtje opened this issue Nov 10, 2020 · 0 comments · Fixed by #7
Labels
bug Something isn't working enhancement New feature or request

Comments

@wjtje
Copy link
Owner

wjtje commented Nov 10, 2020

Describe the bug
The skeleton animation won't show the correct color if the background color isn't white or dark grey.

To Reproduce
Create a container with any color background (like green) and place a skeleton animation inside.

Container(
  height: 60,
  color: Colors.green,
  padding: EdgeInsets.symmetric(horizontal: 16, vertical: 22),
  child: Skeleton(
    height: 16,
    style: SkeletonStyle.text,
  ),
);

Desktop (please complete the following information):

  • OS: Windows 10 x64
  • Flutter version 1.22.3
  • Version 0.0.3
@wjtje wjtje added bug Something isn't working enhancement New feature or request labels Nov 10, 2020
@wjtje wjtje linked a pull request Dec 21, 2020 that will close this issue
@wjtje wjtje closed this as completed in #7 Dec 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant