mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 13:25:19 +00:00
Fixed useAutomaticColors property
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user