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 = () => {