Skip to content

Commit

Permalink
feat: add text opacity type generation
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jun 24, 2020
1 parent e465e89 commit 2239109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generation/ClassesGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export class ClassesGenerator implements IClassesGenerator {
placeholderColor: this.getGeneratedClassesWithColors('placeholder'),
placeholderOpacity: this.getGeneratedClassesWithOpacities().placeholderOpacities,
textColor: this.getGeneratedClassesWithColors('text'),
textOpacity: this.getGeneratedClassesWithOpacities().textOpacities,
};

this.allGeneratedClasses.Typography = Typography;
Expand Down

0 comments on commit 2239109

Please sign in to comment.