Skip to content

Commit c8e8206

Browse files
Vignesh-SF3580SuthiYuvaraj
authored andcommitted
Removed frame styles. (dotnet#29222)
1 parent bbd7a73 commit c8e8206

File tree

3 files changed

+0
-21
lines changed
  • src
    • Controls/samples/Controls.Sample.Embedding/Resources/Styles
    • Templates/src/templates

3 files changed

+0
-21
lines changed

src/Controls/samples/Controls.Sample.Embedding/Resources/Styles/Styles.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@
132132
</Setter>
133133
</Style>
134134

135-
<Style TargetType="Frame">
136-
<Setter Property="HasShadow" Value="False" />
137-
<Setter Property="BorderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
138-
<Setter Property="CornerRadius" Value="8" />
139-
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
140-
</Style>
141-
142135
<Style TargetType="ImageButton">
143136
<Setter Property="Opacity" Value="1" />
144137
<Setter Property="BorderColor" Value="Transparent"/>

src/Templates/src/templates/maui-mobile/Resources/Styles/Styles.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,6 @@
159159
</Setter>
160160
</Style>
161161

162-
<Style TargetType="Frame">
163-
<Setter Property="HasShadow" Value="False" />
164-
<Setter Property="BorderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
165-
<Setter Property="CornerRadius" Value="8" />
166-
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
167-
</Style>
168-
169162
<Style TargetType="ImageButton">
170163
<Setter Property="Opacity" Value="1" />
171164
<Setter Property="BorderColor" Value="Transparent"/>

src/Templates/src/templates/maui-multiproject/MauiApp.1/Resources/Styles/Styles.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@
132132
</Setter>
133133
</Style>
134134

135-
<Style TargetType="Frame">
136-
<Setter Property="HasShadow" Value="False" />
137-
<Setter Property="BorderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
138-
<Setter Property="CornerRadius" Value="8" />
139-
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
140-
</Style>
141-
142135
<Style TargetType="ImageButton">
143136
<Setter Property="Opacity" Value="1" />
144137
<Setter Property="BorderColor" Value="Transparent"/>

0 commit comments

Comments
 (0)