chore: sunset card shadow color (#6152)

This commit is contained in:
Dhruwang Jariwala
2025-07-04 16:14:32 +05:30
committed by GitHub
parent ef1be219b4
commit 6e3b224944
29 changed files with 39 additions and 110 deletions
+1 -15
View File
@@ -4297,21 +4297,7 @@ components:
pattern: ^#(?:[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
required:
- light
cardShadowColor:
type:
- object
- "null"
properties:
light:
type: string
pattern: ^#(?:[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
dark:
type:
- string
- "null"
pattern: ^#(?:[A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$
required:
- light
highlightBorderColor:
type:
- object