Skip to content

Commit

Permalink
Change default fallback color to match the Not Found card
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyej committed Jul 10, 2020
1 parent 52f4c3a commit a24101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/conversation/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class Card extends Component {
};

static getFallbackColor = card => {
return Card.CARD_FALLBACK_COLORS[card] || '#F4F4F4';
return Card.CARD_FALLBACK_COLORS[card] || '#F0F0F0';
};

state = {
Expand Down

0 comments on commit a24101b

Please sign in to comment.