Add to PassColors.

This commit is contained in:
Robert
2025-05-27 20:33:55 +02:00
parent 0419aae516
commit 228323dbcb

View File

@@ -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<PassPropsFromMethods>({