Skip to content

Commit

Permalink
feat(sdk,mini-app): add "bottomBarColor" to GetCssVarNameFn first arg
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Oct 1, 2024
1 parent 816bed8 commit 8d40f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/scopes/components/mini-app/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export interface GetCssVarNameFn {
* @param property - mini app property.
* @returns Computed complete CSS variable name.
*/
(property: 'bgColor' | 'headerColor'): string;
(property: 'bgColor' | 'bottomBarColor' | 'headerColor'): string;
}

0 comments on commit 8d40f8a

Please sign in to comment.