We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d95af5 commit 411b3caCopy full SHA for 411b3ca
WooCommerce/Classes/POS/Utils/POSShadowStyle.swift
@@ -11,7 +11,7 @@ enum POSShadowStyle {
11
/// A ViewModifier that applies predefined shadow styles.
12
struct POSShadowStyleModifier: ViewModifier {
13
let style: POSShadowStyle
14
-
+
15
func body(content: Content) -> some View {
16
switch style {
17
case .medium:
@@ -46,7 +46,7 @@ extension View {
46
.foregroundStyle(Color.posOnSecondaryContainer)
47
.background(Color.posOutlineVariant)
48
.posShadow(.medium)
49
50
Text("Large Shadow")
51
.padding()
52
.frame(width: 200, height: 100)
0 commit comments