|
183 | 183 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueMidForegroundBrush}"/>
|
184 | 184 | <Setter Property="wpf:RippleAssist.Feedback" Value="White" />
|
185 | 185 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource SecondaryAccentBrush}" />
|
186 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource MaterialDesignPaper}" /> |
| 186 | + <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource MaterialDesignDivider}" /> |
187 | 187 | <Setter Property="BorderThickness" Value="1"/>
|
188 | 188 | <Setter Property="Cursor" Value="Hand"/>
|
189 | 189 | <Setter Property="HorizontalContentAlignment" Value="Center"/>
|
|
278 | 278 | <Setter Property="BorderBrush" Value="{DynamicResource PrimaryHueLightBrush}"/>
|
279 | 279 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightForegroundBrush}"/>
|
280 | 280 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource PrimaryHueDarkBrush}" />
|
281 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
282 | 281 | </Style>
|
283 | 282 |
|
284 | 283 | <Style x:Key="MaterialDesignFloatingActionMiniDarkButton" TargetType="{x:Type Button}" BasedOn="{StaticResource MaterialDesignFloatingActionMiniButton}">
|
285 | 284 | <Setter Property="Background" Value="{DynamicResource PrimaryHueDarkBrush}"/>
|
286 | 285 | <Setter Property="BorderBrush" Value="{DynamicResource PrimaryHueDarkBrush}"/>
|
287 | 286 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkForegroundBrush}"/>
|
288 | 287 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource PrimaryHueLightBrush}" />
|
289 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
290 | 288 | </Style>
|
291 | 289 |
|
292 | 290 | <Style x:Key="MaterialDesignFloatingActionMiniAccentButton" TargetType="{x:Type Button}" BasedOn="{StaticResource MaterialDesignFloatingActionMiniButton}">
|
293 | 291 | <Setter Property="Background" Value="{DynamicResource SecondaryAccentBrush}"/>
|
294 | 292 | <Setter Property="BorderBrush" Value="{DynamicResource SecondaryAccentBrush}"/>
|
295 | 293 | <Setter Property="Foreground" Value="{DynamicResource SecondaryAccentForegroundBrush}"/>
|
296 | 294 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource PrimaryHueMidBrush}" />
|
297 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
298 | 295 | </Style>
|
299 | 296 |
|
300 | 297 | <Style x:Key="MaterialDesignFloatingActionLightButton" TargetType="{x:Type Button}" BasedOn="{StaticResource MaterialDesignFloatingActionButton}">
|
301 | 298 | <Setter Property="Background" Value="{DynamicResource PrimaryHueLightBrush}"/>
|
302 | 299 | <Setter Property="BorderBrush" Value="{DynamicResource PrimaryHueLightBrush}"/>
|
303 | 300 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueLightForegroundBrush}"/>
|
304 | 301 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource PrimaryHueDarkBrush}" />
|
305 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
306 | 302 | </Style>
|
307 | 303 |
|
308 | 304 | <Style x:Key="MaterialDesignFloatingActionDarkButton" TargetType="{x:Type Button}" BasedOn="{StaticResource MaterialDesignFloatingActionButton}">
|
309 | 305 | <Setter Property="Background" Value="{DynamicResource PrimaryHueDarkBrush}"/>
|
310 | 306 | <Setter Property="BorderBrush" Value="{DynamicResource PrimaryHueDarkBrush}"/>
|
311 | 307 | <Setter Property="Foreground" Value="{DynamicResource PrimaryHueDarkForegroundBrush}"/>
|
312 | 308 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource PrimaryHueLightBrush}" />
|
313 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource PrimaryHueMidBrush}" /> |
314 | 309 | </Style>
|
315 | 310 |
|
316 | 311 | <Style x:Key="MaterialDesignFloatingActionAccentButton" TargetType="{x:Type Button}" BasedOn="{StaticResource MaterialDesignFloatingActionButton}">
|
317 | 312 | <Setter Property="Background" Value="{DynamicResource SecondaryAccentBrush}"/>
|
318 | 313 | <Setter Property="BorderBrush" Value="{DynamicResource SecondaryAccentBrush}"/>
|
319 | 314 | <Setter Property="Foreground" Value="{DynamicResource SecondaryAccentForegroundBrush}"/>
|
320 | 315 | <Setter Property="wpf:ButtonProgressAssist.IndicatorForeground" Value="{DynamicResource PrimaryHueMidBrush}" />
|
321 |
| - <Setter Property="wpf:ButtonProgressAssist.IndicatorBackground" Value="{DynamicResource PrimaryHueLightBrush}" /> |
322 | 316 | </Style>
|
323 | 317 |
|
324 | 318 | </ResourceDictionary>
|
0 commit comments