- From: Pavel Laptev via GitHub <sysbot+gh@w3.org>
- Date: Sun, 09 Jul 2023 20:13:06 +0000
- To: public-design-tokens-log@w3.org
Another question about multiple shadows within one. CSS `box-shadow: inset 0 2px 0px #dcffa6, 0 2px 5px #000;` SwiftUI `Circle().fill(Color.green).frame(width: 300, height: 300).shadow(color: .black, radius: 10).shadow(color: .red, radius: 40).shadow(color: .green, radius: 10)` In Figma you can create styles with multiple effects. -- GitHub Notification of comment by PavelLaptev Please view or discuss this issue at https://github.com/design-tokens/community-group/issues/100#issuecomment-1627814160 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 9 July 2023 20:13:08 UTC