summary {
@@ -252,7 +191,7 @@ exports[`Dropdown matches the snapshots 2`] = `
.c3 {
border: 4px solid transparent;
- margin-left: 4px;
+ margin-left: 12px;
border-top-color: currentcolor;
border-bottom-width: 0;
content: '';
@@ -270,7 +209,6 @@ exports[`Dropdown matches the snapshots 2`] = `
hi
and 1`] = `
background-color: #d73a49;
border: 1px solid;
border-color: #e1e4e8;
- border-radius: 3px;
+ border-radius: 6px;
}
.c0 {
@@ -55,7 +55,7 @@ exports[`PointerBox passes the "borderColor" prop to both and in with relative positioning 1
.c1 {
border: 1px solid;
border-color: #e1e4e8;
- border-radius: 3px;
+ border-radius: 6px;
}
.c0 {
diff --git a/src/__tests__/__snapshots__/SideNav.js.snap b/src/__tests__/__snapshots__/SideNav.js.snap
index b8e0ff7c8d6..ccd14ec95f5 100644
--- a/src/__tests__/__snapshots__/SideNav.js.snap
+++ b/src/__tests__/__snapshots__/SideNav.js.snap
@@ -4,7 +4,7 @@ exports[`SideNav and SideNav.Link renders with default props 1`] = `
.c0 {
border: none;
border-color: #e1e4e8;
- border-radius: 3px;
+ border-radius: 6px;
}
.c2 {
@@ -26,10 +26,6 @@ exports[`SideNav and SideNav.Link renders with default props 1`] = `
border-top: 0;
}
-.c1.variant-normal > .c3:last-child {
- box-shadow: 0 1px 0 #e1e4e8;
-}
-
.c1.variant-normal > .c3::before {
position: absolute;
top: 0;
@@ -68,7 +64,7 @@ exports[`SideNav and SideNav.Link renders with default props 1`] = `
.c1.variant-normal > .c3[aria-current='page']::before,
.c1.variant-normal > .c3[aria-selected='true']::before {
- background-color: #d15704;
+ background-color: #f66a0a;
}
.c1.variant-lightweight > .c3 {
@@ -127,10 +123,6 @@ exports[`SideNav and SideNav.Link renders with default props 2`] = `
border-top: 0;
}
-.c1.variant-normal > .c0:last-child {
- box-shadow: 0 1px 0 #e1e4e8;
-}
-
.c1.variant-normal > .c0::before {
position: absolute;
top: 0;
@@ -169,7 +161,7 @@ exports[`SideNav and SideNav.Link renders with default props 2`] = `
.c1.variant-normal > .c0[aria-current='page']::before,
.c1.variant-normal > .c0[aria-selected='true']::before {
- background-color: #d15704;
+ background-color: #f66a0a;
}
.c1.variant-lightweight > .c0 {
diff --git a/src/__tests__/__snapshots__/StateLabel.js.snap b/src/__tests__/__snapshots__/StateLabel.js.snap
index c76b0651fda..708477ab03c 100644
--- a/src/__tests__/__snapshots__/StateLabel.js.snap
+++ b/src/__tests__/__snapshots__/StateLabel.js.snap
@@ -10,14 +10,14 @@ exports[`StateLabel renders children 1`] = `
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
- padding: 4px 8px;
+ padding: 8px 12px;
font-weight: 600;
- line-height: 20px;
+ line-height: 16px;
color: #fff;
font-size: 14px;
text-align: center;
background-color: #6a737d;
- border-radius: 3px;
+ border-radius: 100px;
}