Skip to content

Commit

Permalink
Try to fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoya ito committed Oct 23, 2021
1 parent 89b0fa9 commit a40cef0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ios/Sources/Component/Tag/Tag.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a40cef0

Please sign in to comment.