From fe288c0113b1522a90ea935d5c119547a052b98f Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Wed, 3 Sep 2025 00:22:14 +0200 Subject: [PATCH] Fixed useAutomaticColors property --- src/schemas/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/index.ts b/src/schemas/index.ts index f2fa903..897bfee 100644 --- a/src/schemas/index.ts +++ b/src/schemas/index.ts @@ -353,7 +353,7 @@ export interface PassProps { * If enabled, `foregroundColor` and `labelColor` * are ignored. */ - useAutomaticColor?: boolean; + useAutomaticColors?: boolean; /** * @iOSVersion 18 @@ -677,7 +677,7 @@ export const OverridablePassProps = Joi.object({ * If enabled, `foregroundColor` and `labelColor` * are ignored. */ - useAutomaticColor: Joi.boolean(), + useAutomaticColors: Joi.boolean(), /** * @iOSVersion 18