mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 11:25:17 +00:00
Fixed useAutomaticColors property
This commit is contained in:
@@ -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<OverridablePassProps>({
|
||||
* If enabled, `foregroundColor` and `labelColor`
|
||||
* are ignored.
|
||||
*/
|
||||
useAutomaticColor: Joi.boolean(),
|
||||
useAutomaticColors: Joi.boolean(),
|
||||
|
||||
/**
|
||||
* @iOSVersion 18
|
||||
|
||||
Reference in New Issue
Block a user