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

[Message] color overwrites floating #6590

Open
tordans opened this issue Sep 19, 2018 · 1 comment
Open

[Message] color overwrites floating #6590

tordans opened this issue Sep 19, 2018 · 1 comment

Comments

@tordans
Copy link

tordans commented Sep 19, 2018

Steps

  1. open https://react.semantic-ui.com/collections/message/#variations-floating
  2. edit floating and add a color
import React from 'react'
import { Message } from 'semantic-ui-react'

const MessageExampleFloating = () => <Message floating color="orange">Way to go!</Message>

export default MessageExampleFloating

Expected Result

Something like this, which I created by removing some styles via the inspector:
floating with color and inspector

Actual Result

floating with color

Without the color the element looks correct:

floating

Version

v0.82.5 (2018-09-12) i guess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants