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

Commit

Permalink
Merge pull request #11044 from luixxiul/fix-checkDefaultBrowserDialog
Browse files Browse the repository at this point in the history
Display brave icon on CheckDefaultBrowserDialog
  • Loading branch information
cezaraugusto committed Sep 20, 2017
1 parent 16a6c86 commit 011d187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/components/main/checkDefaultBrowserDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const styles = StyleSheet.create({
},

section__braveIcon: {
backgroundImage: `image-set(url(${braveAbout}) 2x)`,
backgroundImage: `-webkit-image-set(url(${braveAbout}) 2x)`,
backgroundRepeat: 'no-repeat',
height: '64px',
width: '64px',
Expand Down

0 comments on commit 011d187

Please sign in to comment.