1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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
This commit is contained in:
Mark Stacey 2019-11-18 15:49:27 -04:00
parent 51bfe56510
commit 273ec7beef

View File

@ -84,4 +84,6 @@
@import 'home-notification/index'; @import 'home-notification/index';
@import 'multiple-notifications/index';
@import 'signature-request/index'; @import 'signature-request/index';