diff --git a/packages/ui/src/components/item-layout/item-layout.web.tsx b/packages/ui/src/components/item-layout/item-layout.web.tsx
index 240ace928..8cd0ecde1 100644
--- a/packages/ui/src/components/item-layout/item-layout.web.tsx
+++ b/packages/ui/src/components/item-layout/item-layout.web.tsx
@@ -8,7 +8,7 @@ import {
pressableChevronStyles,
} from '../../components/pressable/pressable.web';
import { CheckmarkIcon } from '../../icons/checkmark-icon.web';
-import { ChevronUpIcon } from '../../icons/chevron-up-icon.web';
+import { ChevronRightIcon } from '../../icons/chevron-right-icon.web';
interface ItemLayoutProps {
captionLeft: ReactNode;
@@ -82,7 +82,11 @@ export function ItemLayout({
)}
{showChevron && (
-
+
)}