iOS/SwiftUI

[SwiftUI] Button 속성 변경(size, color, foregroundColor)

Chafle 2022. 9. 14. 21:54
반응형
 Button("Roll") {
		'Action'
                }.font(.system(size: 50, weight: .bold))

                    .foregroundColor(.white)

                    .background(Color.red)

                    .padding(.horizontal)

 

 

 

반응형

'iOS > SwiftUI' 카테고리의 다른 글

[SwiftUI] SwiftUI custom font 설정  (0) 2022.09.14