Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions native-base-theme/variables/commonColor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/BrandedContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down