diff --git a/src/__tests__/__snapshots__/Button.tsx.snap b/src/__tests__/__snapshots__/Button.tsx.snap index 6571b779584..8d6a4610d13 100644 --- a/src/__tests__/__snapshots__/Button.tsx.snap +++ b/src/__tests__/__snapshots__/Button.tsx.snap @@ -201,17 +201,20 @@ exports[`ButtonDanger renders consistently 1`] = ` } .c0:focus { - border-color: transparent; + border-color: rgba(27,31,35,0.15); + box-shadow: 0 0 0 3px rgba(203,36,49,0.4); } .c0:active { color: #ffffff; background-color: #d42d3d; box-shadow: inset 0 1px 0 rgba(134,24,29,0.2); + border-color: rgba(27,31,35,0.15); } .c0:disabled { color: rgba(215,58,73,0.5); + background-color: #fafbfc; }