Fixed useAutomaticColors property

This commit is contained in:
Alexander Cerutti
2025-09-03 00:22:14 +02:00
parent 27b3edeb64
commit fe288c0113

View File

@@ -353,7 +353,7 @@ export interface PassProps {
* If enabled, `foregroundColor` and `labelColor` * If enabled, `foregroundColor` and `labelColor`
* are ignored. * are ignored.
*/ */
useAutomaticColor?: boolean; useAutomaticColors?: boolean;
/** /**
* @iOSVersion 18 * @iOSVersion 18
@@ -677,7 +677,7 @@ export const OverridablePassProps = Joi.object<OverridablePassProps>({
* If enabled, `foregroundColor` and `labelColor` * If enabled, `foregroundColor` and `labelColor`
* are ignored. * are ignored.
*/ */
useAutomaticColor: Joi.boolean(), useAutomaticColors: Joi.boolean(),
/** /**
* @iOSVersion 18 * @iOSVersion 18