Update card style
Some checks failed
SwiftLint / SwiftLint (push) Waiting to run
Deploy Docs / publish (push) Has been cancelled

This commit is contained in:
david-swift 2025-01-05 11:59:17 +01:00
parent 6794e6922e
commit 21bfb23a74

View File

@ -46,11 +46,11 @@ struct CardView: SwiftUI.View {
.padding(20)
.background(
Color(
colorScheme == .dark ? NSColor.darkGray : NSColor.white
),
colorScheme == .dark ? NSColor.darkGray : NSColor.lightGray
)
.opacity(0.3),
in: .rect(cornerRadius: 10)
)
.shadow(color: .black.opacity(0.2), radius: 25)
}
}