Skip to content

Commit

Permalink
ToggleGroupControl: Fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Dec 25, 2023
1 parent 583d533 commit a4413b5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
width: 100%;
z-index: 2;
color: #1e1e1e;
width: 30px;
height: 30px;
aspect-ratio: 1;
padding-left: 0;
padding-right: 0;
color: #fff;
Expand Down Expand Up @@ -199,8 +199,8 @@ exports[`ToggleGroupControl controlled should render correctly with icons 1`] =
width: 100%;
z-index: 2;
color: #1e1e1e;
width: 30px;
height: 30px;
aspect-ratio: 1;
padding-left: 0;
padding-right: 0;
}
Expand Down Expand Up @@ -663,8 +663,8 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
width: 100%;
z-index: 2;
color: #1e1e1e;
width: 30px;
height: 30px;
aspect-ratio: 1;
padding-left: 0;
padding-right: 0;
color: #fff;
Expand Down Expand Up @@ -746,8 +746,8 @@ exports[`ToggleGroupControl uncontrolled should render correctly with icons 1`]
width: 100%;
z-index: 2;
color: #1e1e1e;
width: 30px;
height: 30px;
aspect-ratio: 1;
padding-left: 0;
padding-right: 0;
}
Expand Down

0 comments on commit a4413b5

Please sign in to comment.