From 16976bb60dd7ad47449aae5ff33be881c6925649 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Mon, 12 Dec 2016 16:38:19 -0500 Subject: [PATCH] added corner radius to component/notification.js (#889) --- lib/components/notification.js | 1 + 1 file changed, 1 insertion(+) 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',