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

Commit

Permalink
simple hot fix for private tab BG color non-selected and sunglasslion…
Browse files Browse the repository at this point in the history
… SVG

CC @bsclifton
  • Loading branch information
bradleyrichter committed Apr 14, 2017
1 parent 2129330 commit caf02ba
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
48 changes: 47 additions & 1 deletion app/extensions/brave/img/newtab/private_tab_pagearea_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/renderer/components/styles/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const styles = StyleSheet.create({
},

private: {
background: 'rgba(75, 60, 110, 0.3)',
background: 'rgba(75, 60, 110, 0.2)',

':hover': {
background: globalStyles.color.privateTabBackgroundActive
Expand Down

0 comments on commit caf02ba

Please sign in to comment.