Skip to content

Commit

Permalink
Use minimumScaleFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 committed Jun 6, 2024
1 parent 78b3e82 commit faf1644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/PlaybookUI/Internal/Views/GalleryThumbnail.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ private struct NameLabel: View {
range: data.highlightRange
)
.textStyle(font: .caption)
.minimumScaleFactor(0.1)
.padding(.top, 4)
.padding([.bottom, .horizontal], 8)
.frame(maxWidth: .infinity)
Expand Down

0 comments on commit faf1644

Please sign in to comment.