From 228323dbcbee2bfa8ef43f66336de54e0eeccdeb Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 27 May 2025 20:33:55 +0200 Subject: [PATCH] Add to PassColors. --- src/schemas/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/index.ts b/src/schemas/index.ts index 4955290..f2fa903 100644 --- a/src/schemas/index.ts +++ b/src/schemas/index.ts @@ -405,7 +405,7 @@ export type PassKindsProps = { [K in PassTypesProps]: PassProps[K] }; export type PassColors = Pick< OverridablePassProps, - "backgroundColor" | "foregroundColor" | "labelColor" + "backgroundColor" | "foregroundColor" | "labelColor" | "stripColor" >; export const PassPropsFromMethods = Joi.object({