Код: Выделить всё
VStack(alignment: .leading) {
Text("Just a Test")
.fontWeight(.bold)
.foregroundColor(.white)
Text("Test")
}
.frame(maxWidth: .infinity, alignment: .leading)
.padding(.all, 24)
.glassEffect(in: .rect(cornerRadius: 26))
Подробнее здесь: https://stackoverflow.com/questions/797 ... ab-styling
Мобильная версия