diff --git a/cypress/e2e/ui/textInput.cy.ts b/cypress/e2e/ui/textInput.cy.ts index 3c98e6c34..c5312e580 100644 --- a/cypress/e2e/ui/textInput.cy.ts +++ b/cypress/e2e/ui/textInput.cy.ts @@ -7,7 +7,7 @@ context('Primitives/TextInput', () => { cy.get('#text-input-example + span').should( 'have.css', 'boxShadow', - 'rgb(14, 217, 217) 0px 0px 0px 1px inset, rgb(220, 227, 228) 0px 0px 0px 1px inset', + 'rgb(56, 139, 255) 0px 0px 0px 1px inset, rgb(220, 227, 228) 0px 0px 0px 1px inset', ) }) })