Skip to content

Commit

Permalink
fix(color): use correct color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroth authored and adrianschmidt committed Sep 10, 2019
1 parent 366c298 commit e9e599b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

&.mdc-list--avatar-list {
limel-icon {
background-color: var(--icon-background-color, var(--lime-grey));
background-color: var(--icon-background-color, var(--lime-light-grey));
color: white;
height: 3rem;
width: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion src/examples/picker/picker-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class PickerIconsExample {
secondaryText: 'Mine Deploying, Time Warp, Laser, Jet Pack',
id: 13,
icon: 'year_of_monkey',
iconColor: 'var(--lime-grey)',
iconColor: 'var(--lime-light-grey)',
},
];

Expand Down

0 comments on commit e9e599b

Please sign in to comment.