Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Aug 3, 2023
1 parent b4c88c8 commit eca343e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions cypress/component/Select.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ describe('Select', () => {
cy.get('body').happoScreenshot({
component,
variant: `select/${width}x${height}-default`,
includeAllElements: true,
targets: [
{
...happoTarget,
Expand Down
5 changes: 2 additions & 3 deletions cypress/support/component-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Components App</title>

</head>
<body>

<body >
<div style="max-width: 100%; background-color: #204ECF;"></div>
<div data-cy-root></div>
</body>
</html>

0 comments on commit eca343e

Please sign in to comment.