mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 08:29:07 +00:00
Update FeatureView.swift
This commit is contained in:
@@ -31,12 +31,9 @@ struct FeatureView: View {
|
|||||||
|
|
||||||
Text(features)
|
Text(features)
|
||||||
.font(.body)
|
.font(.body)
|
||||||
.lineLimit(3)
|
|
||||||
.multilineTextAlignment(.leading)
|
.multilineTextAlignment(.leading)
|
||||||
.padding()
|
.padding()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
HStack(alignment: .center, spacing: 20) {
|
HStack(alignment: .center, spacing: 20) {
|
||||||
|
|||||||
Reference in New Issue
Block a user