Skip to content

Commit

Permalink
[update] Firework
Browse files Browse the repository at this point in the history
  • Loading branch information
littleossa committed Sep 8, 2022
1 parent 2a64f31 commit fb81fe5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions SFSymbolsArtCollection/ArtWorks/Fireworks/Fireworks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ struct Fireworks: View {

// Audience
ForEach(0..<4) { _ in
DrawingSymbol(.person3SequenceFill,
width: baseLength * 0.25,
height: baseLength * 0.125)
Image(symbol: .person3SequenceFill)
.arrangeShape(fontSize: baseLength * 0.13)
}
}
}
Expand All @@ -108,6 +107,5 @@ struct Fireworks: View {
struct Fireworks_Previews: PreviewProvider {
static var previews: some View {
Fireworks()
.previewInterfaceOrientation(.portraitUpsideDown)
}
}

0 comments on commit fb81fe5

Please sign in to comment.