We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Divided grid with the "inverted" attribute on a dark background
Grid dividers are inverted and visible
Grid does not accept "inverted" attribute. Dividers are too dark to be recognized on a dark background
0.68.3
<Grid className="inverted"> </Grid>
The text was updated successfully, but these errors were encountered:
As I see, Grid can really be inverted. We should add an inverted prop to Grid with docs example.
Grid
inverted
Sorry, something went wrong.
Fixed in #1677
Successfully merging a pull request may close this issue.
Steps
Divided grid with the "inverted" attribute on a dark background
Expected Result
Grid dividers are inverted and visible
Actual Result
Grid does not accept "inverted" attribute. Dividers are too dark to be recognized on a dark background
Version
0.68.3
Workaround
The text was updated successfully, but these errors were encountered: