Skip to content

Commit

Permalink
added internal
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefe223 committed Sep 23, 2020
1 parent 4a0d75f commit 095e287
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/web-components/src/card/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export class FluentCard extends FluentDesignSystemProvider
})
public neutralPalette: string[];

/**
* @internal
*/
public handleChange(source: DesignSystem, name: string): void {
if (!this.cardBackgroundColor) {
const parsedColor = parseColorHexRGB(source[name]);
Expand Down

0 comments on commit 095e287

Please sign in to comment.