Skip to content

Commit b670d17

Browse files
author
SivaranjithN
committed
Removed unwanted changes.
1 parent fdd77f9 commit b670d17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maui-toolkit/Chips/Customization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ chip.CornerRadius = 25;
329329
chip.Stroke = Colors.Black;
330330
stackLayout.Children.Add(chip);
331331
this.Content = stackLayout;
332-
332+
333333
{% endhighlight %}
334334

335335
{% endtabs %}
@@ -342,6 +342,7 @@ N> The default value of CornerRadius is [`Thickness(8)`]. When using ItemTemplat
342342
## FontAttributes
343343

344344
The [FontAttributes](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.ButtonBase.html#Syncfusion_Maui_Toolkit_ButtonBase_FontAttributes) property customizes the font style of text in SfChip.
345+
345346
{% tabs %}
346347

347348
{% highlight xaml %}

0 commit comments

Comments
 (0)