From 0fbb39682c14760af5602580a04fa9ff34c82df8 Mon Sep 17 00:00:00 2001 From: Mike Perrotti Date: Wed, 6 Apr 2022 09:30:04 -0700 Subject: [PATCH] updates constants to get snapshots passing in CI --- src/__tests__/__snapshots__/ToggleSwitch.test.tsx.snap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/__tests__/__snapshots__/ToggleSwitch.test.tsx.snap b/src/__tests__/__snapshots__/ToggleSwitch.test.tsx.snap index 2b6f9f0850b..ef3575ba286 100644 --- a/src/__tests__/__snapshots__/ToggleSwitch.test.tsx.snap +++ b/src/__tests__/__snapshots__/ToggleSwitch.test.tsx.snap @@ -133,6 +133,8 @@ exports[`renders consistently 1`] = ` width: 64px; outline-offset: 2px; position: relative; + background-color: #eaeef2; + border-color: #afb8c1; } .c4:after { @@ -160,6 +162,7 @@ exports[`renders consistently 1`] = ` background-color: #f6f8fa; border-width: 1px; border-style: solid; + border-color: #afb8c1; border-radius: calc(6px - 1px); box-shadow: 0 3px 6px rgba(140,149,159,0.15),inset 0 1px 0 rgba(255,255,255,0.25); width: 50%;