Skip to content

Commit f5f13b8

Browse files
author
MPopov
committed
docs(Chip): Update the data type for chip component border-radius from Color to String
Closes #5676 Signed-off-by: MPopov <desig9stein@gmail.com>
1 parent 1c4298e commit f5f13b8

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

Lines changed: 1 addition & 1 deletion
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)