Skip to content

Commit

Permalink
Align action-sheet test with new design
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusKjeldgaard committed Jan 16, 2023
1 parent 68c296d commit 558a347
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ describe('ActionSheetComponent', () => {
const cancelButton = fixture.debugElement.query(By.css('.cancel-btn'));
const element = cancelButton.nativeElement as HTMLElement;
expect(element).toHaveComputedStyle({
'background-color': getColor('white', 'contrast'),
'background-color': getColor('white'),
/* prettier-ignore */
'color': getColor('white'),
'color': getColor('white', 'contrast'),
});
});
});
Expand Down

0 comments on commit 558a347

Please sign in to comment.