Skip to content

Commit

Permalink
chore: change colors from primary to secondary (#2542)
Browse files Browse the repository at this point in the history
* chore: change colors from primary to secondary

* chore: update snaps
  • Loading branch information
nlewis84 committed Jun 22, 2022
1 parent b25524b commit f2a6a32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/apollos-ui-connected/src/TabsConnected/Tabs.js
Expand Up @@ -54,7 +54,7 @@ const SearchButton = () => {
<Icon
name="search"
size={theme.sizing.baseUnit * 2}
fill={theme.colors.primary}
fill={theme.colors.secondary}
/>
</View>
</Touchable>
Expand Down
Expand Up @@ -154,7 +154,7 @@ exports[`The AvatarList component should accept an onPressAdd function 1`] = `
<View
style={
Object {
"backgroundColor": "#00676D",
"backgroundColor": "#17B582",
"padding": 11.700000000000001,
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/apollos-ui-kit/src/Avatar/AvatarList/index.js
Expand Up @@ -23,7 +23,7 @@ const AddIconBackground = styled(
({ isLoading, theme }) => ({
backgroundColor: isLoading
? theme.colors.background.inactive
: theme.colors.action.primary,
: theme.colors.action.secondary,
padding: theme.sizing.avatar.medium * 0.1625,
}),
'ui-kit.Avatar.AvatarList.AddIconBackground'
Expand Down
Expand Up @@ -243,7 +243,7 @@ exports[`The PrayerFeature component should accept an onPressAdd function 1`] =
<View
style={
Object {
"backgroundColor": "#00676D",
"backgroundColor": "#17B582",
"padding": 11.700000000000001,
}
}
Expand Down

0 comments on commit f2a6a32

Please sign in to comment.