From a0780fb22653424a2f1a8ed877b01c4a11e689df Mon Sep 17 00:00:00 2001 From: Wallem <66052067+Wallemations@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:20:28 -0400 Subject: [PATCH] Makes tgui_input_list() candystripe (#89914) --- tgui/packages/tgui/interfaces/ListInputWindow/ListInputModal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/tgui/packages/tgui/interfaces/ListInputWindow/ListInputModal.tsx b/tgui/packages/tgui/interfaces/ListInputWindow/ListInputModal.tsx index 665740b0ceb..349d672c7e7 100644 --- a/tgui/packages/tgui/interfaces/ListInputWindow/ListInputModal.tsx +++ b/tgui/packages/tgui/interfaces/ListInputWindow/ListInputModal.tsx @@ -181,6 +181,7 @@ const ListDisplay = (props) => { {filteredItems.map((item, index) => { return (