indexiatech / re-notif

Redux & React based Notifications center.
http://indexiatech.github.io/re-notif
BSD 3-Clause "New" or "Revised" License
148 stars 45 forks source link

fix bug #4

Closed ngthorg closed 9 years ago

ngthorg commented 9 years ago

fix 1

https://github.com/indexiatech/re-notif/blob/master/src/index.js#L3 import NotifsComponent from './components/notifs' to import NotifsComponent from './components/Notifs'

fix 2

https://github.com/indexiatech/re-notif/blob/master/src/components/Notif.js#L59 borderSizing: 'border-box' to boxSizing: 'border-box'

fix 3

https://github.com/indexiatech/re-notif/blob/master/src/components/Notif.js#L91 'background-color': '#71bbff' to 'backgroundColor': '#71bbff'

thanks all!

asaf commented 9 years ago

Thanks, these changes will be pushed in the next release.