We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdcb18 commit 5773ab8Copy full SHA for 5773ab8
example/src/App.js
@@ -303,7 +303,7 @@ export default class App extends Component {
303
<div className="example-jsx">
304
<div className="side">
305
<a data-for='custom-color-no-arrow' data-tip='Lovely colors!'>ㅇㅅㅇ</a>
306
- <ReactTooltip id='custom-color-no-arrow' className='custom-color-no-arrow' delayHide={1000} textColor='#5F4B8BFF' backgroundColor='#E69A8DFF' effect='solid'/>
+ <ReactTooltip id='custom-color-no-arrow' className='custom-color-no-arrow' textColor='#5F4B8BFF' backgroundColor='#E69A8DFF' effect='solid'/>
307
</div>
308
309
<a data-for='custom-color' data-tip='That is one weird arrow!'>V(^-^)V</a>
0 commit comments