Skip to content

Commit

Permalink
Minor, adjust badge color/bg across browsers (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jun 3, 2019
1 parent 812dbc9 commit ff591dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension/src/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import { PORT_CONTENT, PORT_POPUP } from '../defaults';
import ChromeStore from './ChromeStore';
import handlers from './handlers';

// setup the notification
extension.browserAction.setBadgeBackgroundColor({ color: '#ff0000' });
// setup the notification (same a FF default background, white text)
extension.browserAction.setBadgeBackgroundColor({ color: '#d90000' });

// listen to all messages and handle appropriately
extension.runtime.onConnect.addListener((port) => {
Expand Down

0 comments on commit ff591dc

Please sign in to comment.