Skip to content

Commit

Permalink
Changed tinderbees color to #FF8742
Browse files Browse the repository at this point in the history
  • Loading branch information
penguwin committed Jul 8, 2017
1 parent acaa73c commit ab93795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bees/tinderbee/tinderbeefactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (factory *TinderBeeFactory) Image() string {

// LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *TinderBeeFactory) LogoColor() string {
return "#35465c"
return "#FF8742"
}

// Options returns the options available to configure this Bee.
Expand Down

0 comments on commit ab93795

Please sign in to comment.