Skip to content

Commit

Permalink
Update launcher icon shadow to match empirically determined existing …
Browse files Browse the repository at this point in the history
…app icons. Fixes romannurik#125
  • Loading branch information
romannurik committed Jan 18, 2017
1 parent fa08b32 commit bc5f047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/scripts/pages/launchericons.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ export class LauncherIconGenerator extends BaseGenerator {
},
{
effect: 'outer-shadow',
color: 'rgba(0, 0, 0, 0.2)',
blur: 1 * mult,
translateY: 1 * mult
color: 'rgba(0, 0, 0, 0.3)',
blur: .7 * mult,
translateY: .7 * mult
}
]
});
Expand Down
1 change: 0 additions & 1 deletion app/styles/_output-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
right: 0;
bottom: 0;
pointer-events: none;
background-size: cover;

svg {
width: 100%;
Expand Down

0 comments on commit bc5f047

Please sign in to comment.