Skip to content

Commit 8e5dd1b

Browse files
committed
Update snapshots
1 parent 30786fb commit 8e5dd1b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/NavList/__snapshots__/NavList.test.tsx.snap

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ exports[`NavList renders a simple list 1`] = `
5858
width: 100%;
5959
font-family: unset;
6060
text-align: unset;
61+
margin-top: unset;
62+
margin-bottom: unset;
6163
font-weight: 600;
6264
background-color: rgba(208,215,222,0.24);
6365
}
@@ -140,6 +142,8 @@ exports[`NavList renders a simple list 1`] = `
140142
width: 100%;
141143
font-family: unset;
142144
text-align: unset;
145+
margin-top: unset;
146+
margin-bottom: unset;
143147
}
144148
145149
.c6[aria-disabled] {
@@ -455,6 +459,8 @@ exports[`NavList renders with groups 1`] = `
455459
width: 100%;
456460
font-family: unset;
457461
text-align: unset;
462+
margin-top: unset;
463+
margin-bottom: unset;
458464
font-weight: 600;
459465
background-color: rgba(208,215,222,0.24);
460466
}
@@ -537,6 +543,8 @@ exports[`NavList renders with groups 1`] = `
537543
width: 100%;
538544
font-family: unset;
539545
text-align: unset;
546+
margin-top: unset;
547+
margin-bottom: unset;
540548
}
541549
542550
.c10[aria-disabled] {
@@ -883,6 +891,8 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
883891
width: 100%;
884892
font-family: unset;
885893
text-align: unset;
894+
margin-top: unset;
895+
margin-bottom: unset;
886896
font-weight: 600;
887897
background-color: rgba(208,215,222,0.24);
888898
}
@@ -1001,6 +1011,8 @@ exports[`NavList.Item with NavList.SubNav does not have active styles if SubNav
10011011
width: 100%;
10021012
font-family: unset;
10031013
text-align: unset;
1014+
margin-top: unset;
1015+
margin-bottom: unset;
10041016
font-weight: 600;
10051017
}
10061018
@@ -1381,6 +1393,8 @@ exports[`NavList.Item with NavList.SubNav has active styles if SubNav contains t
13811393
width: 100%;
13821394
font-family: unset;
13831395
text-align: unset;
1396+
margin-top: unset;
1397+
margin-bottom: unset;
13841398
font-weight: 600;
13851399
background-color: rgba(208,215,222,0.24);
13861400
}

0 commit comments

Comments
 (0)