diff --git a/lib/components/notification.js b/lib/components/notification.js index e5721961..855d558a 100644 --- a/lib/components/notification.js +++ b/lib/components/notification.js @@ -98,6 +98,7 @@ export default class Notification extends Component { cursor: 'default', WebkitUserSelect: 'none', background: 'rgba(255, 255, 255, .2)', + borderRadius: '2px', padding: '8px 14px 9px', marginLeft: '10px', transition: '150ms opacity ease',