From 273ec7beeff3f7f0cf363d1b798167d69b45d3f3 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Mon, 18 Nov 2019 15:49:27 -0400 Subject: [PATCH] Import styles for showing multiple notifications The styles for the multi-notification component on the home screen were accidentally removed while resolving a merge conflict in #6891. Fixes #7460 --- ui/app/components/app/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/components/app/index.scss b/ui/app/components/app/index.scss index d1ffa4949..1afbebd00 100644 --- a/ui/app/components/app/index.scss +++ b/ui/app/components/app/index.scss @@ -84,4 +84,6 @@ @import 'home-notification/index'; +@import 'multiple-notifications/index'; + @import 'signature-request/index';