Skip to content

Commit 09823db

Browse files
authored
Merge pull request #5753 from IgniteUI/igniteui-angular-5676
docs(Chip): Update the data type for chip component border-radius from Color to String
2 parents 6e4fa41 + df1b000 commit 09823db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/// Chip Theme
88
/// @param {Map} $palette [$default-palette] - The palette used as basis for styling the component.
9-
/// @param {Color} $border-radius [null] - The chip border-radius.
9+
/// @param {String} $border-radius [null] - The chip border-radius.
1010
///
1111
/// @param {Color} $text-color [null] - The chip text color.
1212
/// @param {Color} $background [null] - The chip background color.

0 commit comments

Comments
 (0)