From 67017711df521e4d9f92cfc756b5468f7704a79c Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Wed, 11 Jul 2018 17:34:41 -0700 Subject: Fix font sizes, colors. Include data tab for send-eth transaction confirmations that have data --- ui/app/components/network-display/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/components/network-display/index.scss') diff --git a/ui/app/components/network-display/index.scss b/ui/app/components/network-display/index.scss index 3bce81aaa..e82d0e70c 100644 --- a/ui/app/components/network-display/index.scss +++ b/ui/app/components/network-display/index.scss @@ -26,7 +26,7 @@ } &__name { - font-size: .875rem; + font-size: .75rem; padding-left: 5px; } -- cgit