Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Use Hex Colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson committed Mar 24, 2017
1 parent cc8d9ef commit e52306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/renderer/components/browserActionBadge.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class BrowserActionBadge extends ImmutableComponent {

const styles = StyleSheet.create({
browserActionBadge: {
color: 'white',
bordeRadius: '2px',
color: '#FFF',
borderRadius: '2px',
padding: '1px 2px',
pointerEvents: 'none',
font: '7pt "Arial Narrow"',
Expand Down

0 comments on commit e52306f

Please sign in to comment.