From 2320292c15cdf9083e293241c5b4f6addce52765 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 7 Dec 2015 15:05:44 -0800 Subject: [PATCH] fix(theme): Dark mode styling of the from field, "More contacts" button Fixes #607 --- internal_packages/composer/lib/account-contact-field.cjsx | 2 +- internal_packages/composer/stylesheets/composer.less | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/internal_packages/composer/lib/account-contact-field.cjsx b/internal_packages/composer/lib/account-contact-field.cjsx index ba5531dd0..1369ff47c 100644 --- a/internal_packages/composer/lib/account-contact-field.cjsx +++ b/internal_packages/composer/lib/account-contact-field.cjsx @@ -40,7 +40,7 @@ class AccountContactField extends React.Component currentLabel = "Please select one of your accounts" # currentLabel = "Choose an account..." - return {currentLabel} + return {currentLabel} #