Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Aug 18, 2023
1 parent 14ea217 commit b86fa2c
Showing 1 changed file with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,10 @@ exports[`UtilityMenu should render default element 1`] = `
className="main"
>
<Scroll
className="normalizer light"
tabIndex="-1"
className="normalizer"
>
<div
className="scroll normalizer light"
tabIndex="-1"
className="scroll normalizer"
>
<div
className="content"
Expand Down Expand Up @@ -684,12 +682,10 @@ exports[`UtilityMenu should render with function callbacks 1`] = `
className="main"
>
<Scroll
className="normalizer light"
tabIndex="-1"
className="normalizer"
>
<div
className="scroll normalizer light"
tabIndex="-1"
className="scroll normalizer"
>
<div
className="content"
Expand Down Expand Up @@ -1456,12 +1452,10 @@ exports[`UtilityMenu should render with skip callback 1`] = `
className="main"
>
<Scroll
className="normalizer light"
tabIndex="-1"
className="normalizer"
>
<div
className="scroll normalizer light"
tabIndex="-1"
className="scroll normalizer"
>
<div
className="content"
Expand Down

0 comments on commit b86fa2c

Please sign in to comment.