From 4cefe46eecdce2eb5bfb08b8c1d766119587c6d0 Mon Sep 17 00:00:00 2001 From: Cassandra Wilcox Date: Wed, 25 Oct 2017 09:52:01 -0400 Subject: [PATCH] fix: update brand image and styles --- native-base-theme/variables/commonColor.js | 4 ++-- src/BrandedContainer.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native-base-theme/variables/commonColor.js b/native-base-theme/variables/commonColor.js index 4759d04..d7ad093 100755 --- a/native-base-theme/variables/commonColor.js +++ b/native-base-theme/variables/commonColor.js @@ -108,13 +108,13 @@ export default { cardDefaultBg: "#fff", // Color - brandPrimary: "#2aa198", + brandPrimary: "#ee4782", // brandInfo: "#268bd2", brandInfo: "#6c71c4", brandSuccess: "#859900", brandDanger: "#dc322f", brandWarning: "#b58900", - brandSidebar: "#002b36", + brandSidebar: "#FFFFFF", // Font fontFamily: platform === "ios" ? "System" : "Roboto", diff --git a/src/BrandedContainer.js b/src/BrandedContainer.js index 681e375..f8e84b4 100755 --- a/src/BrandedContainer.js +++ b/src/BrandedContainer.js @@ -11,7 +11,7 @@ import { } from 'native-base/src'; import colors from '../native-base-theme/variables/commonColor'; -const background = require('./images/codehangar-transparent.png'); +const background = require('./images/appicon.png'); export default class BrandedContainer extends React.PureComponent { getLowerStyles = () => {