aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/index.scss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-06-05 00:33:25 +0800
committerGitHub <noreply@github.com>2018-06-05 00:33:25 +0800
commit5a2771dd470161f5678e3245f90aeb3a1ce1b89c (patch)
tree532ad66d97408da9b9c58fc3b98e81f83cd44266 /ui/app/components/index.scss
parent83c7de21693dc44e59d255607d9fcdf3870ca1f1 (diff)
downloadtangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.gz
tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.zst
tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.zip
Indicate the current selected account on the popup account view (#4445)
Diffstat (limited to 'ui/app/components/index.scss')
-rw-r--r--ui/app/components/index.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/index.scss b/ui/app/components/index.scss
index e69acff63..351640f6e 100644
--- a/ui/app/components/index.scss
+++ b/ui/app/components/index.scss
@@ -1,5 +1,7 @@
@import './export-text-container/index';
+@import './selected-account/index';
+
@import './info-box/index';
@import './pages/index';