Open tordans opened 6 years ago
floating
color
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?
Fixed in https://github.com/fomantic/Fomantic-UI 2.6.0
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?