Skip to content

Commit

Permalink
tweak(phone/ui): update app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Dec 18, 2023
1 parent 3dbd273 commit e46872c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/phone/src/config/default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cellProvider": "AT&T",
"cellProvider": "",
"defaultLanguage": "en",
"wallpapers": [
{
Expand Down
2 changes: 0 additions & 2 deletions apps/phone/src/ui/components/AppIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const useStyles = makeStyles<Theme, { color: string; backgroundColor: string }>(
backgroundColor: ({ backgroundColor }) => darken(backgroundColor, 0.1),
},
background: ({ backgroundColor }) => {
console.log('backgroundColor', backgroundColor);

return `linear-gradient(45deg, ${backgroundColor} 30%, ${darken(backgroundColor, 0.2)} 90%)`;
},
color: ({ color }) => color,
Expand Down

0 comments on commit e46872c

Please sign in to comment.