Skip to content

Commit 5773ab8

Browse files
committed
Example - Custom Color Section - No Delayed Hiding
1 parent 4bdcb18 commit 5773ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export default class App extends Component {
303303
<div className="example-jsx">
304304
<div className="side">
305305
<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'/>
306+
<ReactTooltip id='custom-color-no-arrow' className='custom-color-no-arrow' textColor='#5F4B8BFF' backgroundColor='#E69A8DFF' effect='solid'/>
307307
</div>
308308
<div className="side">
309309
<a data-for='custom-color' data-tip='That is one weird arrow!'>V(^-^)V</a>

0 commit comments

Comments
 (0)