Skip to content

Commit

Permalink
Convert aws-react-amplify to TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
buggy committed Jul 23, 2019
1 parent 38bba3c commit ecb28a4
Show file tree
Hide file tree
Showing 109 changed files with 1,822 additions and 2,335 deletions.
3 changes: 3 additions & 0 deletions packages/amplify-ui/src/Section.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
margin-bottom: 30px;
}

.sectionHeaderContent {
}

.sectionFooter {
font-size: 14px;
color: var(--grey);
Expand Down
1 change: 1 addition & 0 deletions packages/amplify-ui/src/Section.css.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const actionRow: string;
export const sectionHeader: string;
export const sectionHeaderHint: string;
export const sectionBody: string;
export const sectionHeaderContent: string;
export const sectionFooter: string;
export const sectionFooterPrimaryContent: string;
export const sectionFooterSecondaryContent: string;
Loading

0 comments on commit ecb28a4

Please sign in to comment.