Sub Item
diff --git a/packages/react/src/__tests__/__snapshots__/Autocomplete.test.tsx.snap b/packages/react/src/__tests__/__snapshots__/Autocomplete.test.tsx.snap
index f5301afd6c0..c5258a817be 100644
--- a/packages/react/src/__tests__/__snapshots__/Autocomplete.test.tsx.snap
+++ b/packages/react/src/__tests__/__snapshots__/Autocomplete.test.tsx.snap
@@ -1034,7 +1034,7 @@ exports[`snapshots renders a menu that contains an item to add to the menu 1`] =
font-size: 14px;
padding-top: 6px;
padding-bottom: 6px;
- line-height: 16px;
+ line-height: 20px;
min-height: 5px;
margin-left: 8px;
margin-right: 8px;
@@ -1121,7 +1121,7 @@ exports[`snapshots renders a menu that contains an item to add to the menu 1`] =
width: 4px;
height: 24px;
content: "";
- background-color: var(--borderColor-accent-emphasis);
+ background-color: var(--fgColor-accent,var(--color-accent-fg,#0969da));
border-radius: 6px;
}
@@ -1953,7 +1953,7 @@ exports[`snapshots renders a multiselect input 1`] = `
font-size: 14px;
padding-top: 6px;
padding-bottom: 6px;
- line-height: 16px;
+ line-height: 20px;
min-height: 5px;
margin-left: 8px;
margin-right: 8px;
@@ -2040,7 +2040,7 @@ exports[`snapshots renders a multiselect input 1`] = `
width: 4px;
height: 24px;
content: "";
- background-color: var(--borderColor-accent-emphasis);
+ background-color: var(--fgColor-accent,var(--color-accent-fg,#0969da));
border-radius: 6px;
}
@@ -2844,7 +2844,7 @@ exports[`snapshots renders a multiselect input with selected menu items 1`] = `
font-size: 14px;
padding-top: 6px;
padding-bottom: 6px;
- line-height: 16px;
+ line-height: 20px;
min-height: 5px;
margin-left: 8px;
margin-right: 8px;
@@ -2931,7 +2931,7 @@ exports[`snapshots renders a multiselect input with selected menu items 1`] = `
width: 4px;
height: 24px;
content: "";
- background-color: var(--borderColor-accent-emphasis);
+ background-color: var(--fgColor-accent,var(--color-accent-fg,#0969da));
border-radius: 6px;
}
@@ -2946,7 +2946,7 @@ exports[`snapshots renders a multiselect input with selected menu items 1`] = `
font-size: 14px;
padding-top: 6px;
padding-bottom: 6px;
- line-height: 16px;
+ line-height: 20px;
min-height: 5px;
margin-left: 8px;
margin-right: 8px;
@@ -3033,7 +3033,7 @@ exports[`snapshots renders a multiselect input with selected menu items 1`] = `
width: 4px;
height: 24px;
content: "";
- background-color: var(--borderColor-accent-emphasis);
+ background-color: var(--fgColor-accent,var(--color-accent-fg,#0969da));
border-radius: 6px;
}
@@ -3781,7 +3781,7 @@ exports[`snapshots renders a single select input 1`] = `
font-size: 14px;
padding-top: 6px;
padding-bottom: 6px;
- line-height: 16px;
+ line-height: 20px;
min-height: 5px;
margin-left: 8px;
margin-right: 8px;
@@ -3868,7 +3868,7 @@ exports[`snapshots renders a single select input 1`] = `
width: 4px;
height: 24px;
content: "";
- background-color: var(--borderColor-accent-emphasis);
+ background-color: var(--fgColor-accent,var(--color-accent-fg,#0969da));
border-radius: 6px;
}
@@ -4275,7 +4275,7 @@ exports[`snapshots renders with a custom text input component 1`] = `
font-size: 14px;
padding-top: 6px;
padding-bottom: 6px;
- line-height: 16px;
+ line-height: 20px;
min-height: 5px;
margin-left: 8px;
margin-right: 8px;
@@ -4362,7 +4362,7 @@ exports[`snapshots renders with a custom text input component 1`] = `
width: 4px;
height: 24px;
content: "";
- background-color: var(--borderColor-accent-emphasis);
+ background-color: var(--fgColor-accent,var(--color-accent-fg,#0969da));
border-radius: 6px;
}