Skip to content

Commit

Permalink
add implements DesignSystem back in
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed Oct 14, 2020
1 parent 8d04b2d commit d03fe32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web-components/src/card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { CardStyles as styles } from './card.styles';
mode: 'closed',
},
})
export class FluentCard extends DesignSystemProvider {
export class FluentCard extends DesignSystemProvider
implements Pick<DesignSystem, 'backgroundColor' | 'neutralPalette'> {
/**
* Background color for the banner component. Sets context for the design system.
* @public
Expand Down

0 comments on commit d03fe32

Please sign in to comment.