diff --git a/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistMusicViewController.swift b/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistMusicViewController.swift index cefc45db5..207a94b27 100644 --- a/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistMusicViewController.swift +++ b/Projects/Features/ArtistFeature/Sources/ViewControllers/ArtistMusicViewController.swift @@ -68,6 +68,7 @@ extension ArtistMusicViewController { bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) bar.layout.contentMode = .fit bar.layout.transitionStyle = .progressive + bar.layout.interButtonSpacing = 0 // 버튼 글씨 커스텀 bar.buttons.customize { button in diff --git a/Projects/Features/ChartFeature/Sources/ViewContrillers/ChartViewController.swift b/Projects/Features/ChartFeature/Sources/ViewContrillers/ChartViewController.swift index ac1d786d7..1c704d919 100644 --- a/Projects/Features/ChartFeature/Sources/ViewContrillers/ChartViewController.swift +++ b/Projects/Features/ChartFeature/Sources/ViewContrillers/ChartViewController.swift @@ -86,6 +86,7 @@ private extension ChartViewController { bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) bar.layout.contentMode = .fit bar.layout.transitionStyle = .progressive + bar.layout.interButtonSpacing = 0 // 버튼 글씨 커스텀 bar.buttons.customize { button in diff --git a/Projects/Features/CreditSongListFeature/Sources/CreditSongListTab/CreditSongListTabViewController.swift b/Projects/Features/CreditSongListFeature/Sources/CreditSongListTab/CreditSongListTabViewController.swift index b5971f7a4..f408b43fa 100644 --- a/Projects/Features/CreditSongListFeature/Sources/CreditSongListTab/CreditSongListTabViewController.swift +++ b/Projects/Features/CreditSongListFeature/Sources/CreditSongListTab/CreditSongListTabViewController.swift @@ -74,6 +74,7 @@ private extension CreditSongListTabViewController { bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) bar.layout.contentMode = .fit bar.layout.transitionStyle = .progressive + bar.layout.interButtonSpacing = 0 bar.buttons.customize { button in button.tintColor = DesignSystemAsset.BlueGrayColor.blueGray400.color diff --git a/Projects/Features/HomeFeature/Sources/ViewControllers/NewSongsViewController.swift b/Projects/Features/HomeFeature/Sources/ViewControllers/NewSongsViewController.swift index c8a7ccb3c..770c84f49 100644 --- a/Projects/Features/HomeFeature/Sources/ViewControllers/NewSongsViewController.swift +++ b/Projects/Features/HomeFeature/Sources/ViewControllers/NewSongsViewController.swift @@ -93,6 +93,7 @@ extension NewSongsViewController { bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) bar.layout.contentMode = .fit bar.layout.transitionStyle = .progressive + bar.layout.interButtonSpacing = 0 // 버튼 글씨 커스텀 bar.buttons.customize { button in diff --git a/Projects/Features/SearchFeature/Sources/After/ViewControllers/AfterSearchViewController.swift b/Projects/Features/SearchFeature/Sources/After/ViewControllers/AfterSearchViewController.swift index 23c49e64c..e7ea91d74 100644 --- a/Projects/Features/SearchFeature/Sources/After/ViewControllers/AfterSearchViewController.swift +++ b/Projects/Features/SearchFeature/Sources/After/ViewControllers/AfterSearchViewController.swift @@ -99,6 +99,7 @@ extension AfterSearchViewController { bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) bar.layout.contentMode = .fit bar.layout.transitionStyle = .progressive + bar.layout.interButtonSpacing = 0 // 버튼 글씨 커스텀 bar.buttons.customize { button in diff --git a/Projects/Features/TeamFeature/Sources/ViewControllers/TeamInfoViewController.swift b/Projects/Features/TeamFeature/Sources/ViewControllers/TeamInfoViewController.swift index eeb0a1dcd..b24112176 100644 --- a/Projects/Features/TeamFeature/Sources/ViewControllers/TeamInfoViewController.swift +++ b/Projects/Features/TeamFeature/Sources/ViewControllers/TeamInfoViewController.swift @@ -151,6 +151,7 @@ private extension TeamInfoViewController { bar.layout.contentInset = UIEdgeInsets(top: 0, left: 20, bottom: 0, right: 20) bar.layout.contentMode = .fit bar.layout.transitionStyle = .progressive + bar.layout.interButtonSpacing = 0 // 버튼 글씨 커스텀 bar.buttons.customize { button in