From d8ddb505f80ca5df82513b115baa5efaf89489b1 Mon Sep 17 00:00:00 2001 From: MUKER-WON Date: Tue, 7 May 2024 22:30:11 +0900 Subject: [PATCH] =?UTF-8?q?[Bug]=20=EC=9E=94=EC=83=81=20=EB=B2=84=EA=B7=B8?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/ViewController/BusStopViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Feature/BusStopFeature/Sources/ViewController/BusStopViewController.swift b/Projects/Feature/BusStopFeature/Sources/ViewController/BusStopViewController.swift index dde69709..3b769a7c 100644 --- a/Projects/Feature/BusStopFeature/Sources/ViewController/BusStopViewController.swift +++ b/Projects/Feature/BusStopFeature/Sources/ViewController/BusStopViewController.swift @@ -315,6 +315,7 @@ extension BusStopViewController { } view.addSubview(scrollView) + view.backgroundColor = DesignSystemAsset.cellColor.color [headerView, busStopTableView] .forEach { components in