mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Makes tgui_input_list() candystripe (#89914)
This commit is contained in:
@@ -181,6 +181,7 @@ const ListDisplay = (props) => {
|
||||
{filteredItems.map((item, index) => {
|
||||
return (
|
||||
<Button
|
||||
className="candystripe"
|
||||
color="transparent"
|
||||
fluid
|
||||
id={index}
|
||||
|
||||
Reference in New Issue
Block a user