Skip to content

Commit ba73fa8

Browse files
985616 - Review corrections addressed
1 parent 26b2982 commit ba73fa8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

MAUI/Liquid-Glass-UI/getting-started.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ documentation: UG
99

1010
# Getting Started with Liquid Glass for modern UI
1111

12-
This section explains how to enable and customize the Liquid Glass Effect in Syncfusion® .NET MAUI controls.
13-
14-
For detailed information on specific Syncfusion® controls and their usage, refer to the User Guide Getting Started documentation, and ensure the control is properly configured and functioning before applying the Liquid Glass Effect.
12+
This section explains how to enable and customize the Liquid Glass Effect in Syncfusion® .NET MAUI controls. For detailed information on specific Syncfusion® controls and their usage, refer to the User Guide Getting Started documentation, and ensure the control is properly configured and functioning before applying the Liquid Glass Effect.
1513

1614
N> This feature is supported only on .NET 10.
1715

@@ -53,7 +51,7 @@ xmlns:buttons="clr-namespace:Syncfusion.Maui.Buttons;assembly=Syncfusion.Maui.Bu
5351
<button:SfButton Text="Clear Glass"
5452
FontSize="16"
5553
Background="Transparent"
56-
TextColor="Black"
54+
TextColor="White"
5755
HorizontalOptions="Fill"
5856
VerticalOptions="Centre"/>
5957
</core:SfGlassEffectView>
@@ -77,7 +75,7 @@ Defines the corner radius for the view, enabling customization of its shape such
7775
WidthRequest="200"
7876
CornerRadius="24"
7977
VerticalOptions="Center">
80-
<button:SfButton Text="Clear Glass"
78+
<button:SfButton Text="Regular Glass"
8179
FontSize="16"
8280
Background="Transparent"
8381
TextColor="Black"

0 commit comments

Comments
 (0)