comments and variable names
Summary: renaming across the app: - comments - variable names - constants Reviewed By: passy Differential Revision: D9861792 fbshipit-source-id: 72dea05d1427b1dc0f54a7865cc0ecffd69bdb27
This commit is contained in:
committed by
Facebook Github Bot
parent
df0a0da744
commit
e9490ca3b4
@@ -269,5 +269,5 @@ export const brandColors = {
|
||||
Facebook: '#4267B2',
|
||||
Messenger: '#0088FA',
|
||||
Instagram: '#E61E68',
|
||||
Sonar: '#8155cb',
|
||||
Flipper: '#8155cb',
|
||||
};
|
||||
|
||||
@@ -38,7 +38,7 @@ const TitleRow = styled(FlexRow)({
|
||||
const Icon = styled(FlexBox)({
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
backgroundColor: brandColors.Sonar,
|
||||
backgroundColor: brandColors.Flipper,
|
||||
width: 32,
|
||||
height: 32,
|
||||
flexShrink: 0,
|
||||
@@ -57,7 +57,7 @@ const Button = styled(View)({
|
||||
borderRadius: 6,
|
||||
color: colors.white,
|
||||
border: 'none',
|
||||
background: brandColors.Sonar,
|
||||
background: brandColors.Flipper,
|
||||
padding: '10px 30px',
|
||||
fontWeight: 500,
|
||||
fontSize: '1em',
|
||||
|
||||
Reference in New Issue
Block a user