From a40cef072760708c20c1862d09a72e3efae19c38 Mon Sep 17 00:00:00 2001 From: ryoya ito <110ryoya@gmail.com> Date: Sun, 24 Oct 2021 01:39:21 +0900 Subject: [PATCH] Try to fail test --- ios/Sources/Component/Tag/Tag.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/ios/Sources/Component/Tag/Tag.swift b/ios/Sources/Component/Tag/Tag.swift index 17f649fed..033c986ec 100644 --- a/ios/Sources/Component/Tag/Tag.swift +++ b/ios/Sources/Component/Tag/Tag.swift @@ -15,8 +15,6 @@ public struct Tag: View { Text(media.title) .font(.caption) .foregroundColor(AssetColor.Base.white.color) - .padding(.vertical, 4) - .padding(.horizontal, 12) .background(media.backgroundColor) .clipShape( CutCornerRectangle(