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
color
floating
import React from 'react' import { Message } from 'semantic-ui-react' const MessageExampleFloating = () => <Message floating color="orange">Way to go!</Message> export default MessageExampleFloating
Something like this, which I created by removing some styles via the inspector:
Without the color the element looks correct:
v0.82.5 (2018-09-12) i guess?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps
floating
and add acolor
Expected Result
Something like this, which I created by removing some styles via the inspector:
Actual Result
Without the color the element looks correct:
Version
v0.82.5 (2018-09-12) i guess?
The text was updated successfully, but these errors were encountered: