File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/Segmented/src/SegmentedItem Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : local =" using:CommunityToolkit.WinUI.Controls"
44 xmlns : win =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
614614 <Border x : Name =" PART_Hover"
615615 Margin =" {Binding RelativeSource={RelativeSource Mode=TemplatedParent}, Converter={StaticResource MarginConverter}}"
616616 Background =" Transparent"
617- CornerRadius =" 2 "
617+ CornerRadius =" {TemplateBinding CornerRadius} "
618618 RenderTransformOrigin =" 0.5, 0.5" >
619619 <win : Border .BackgroundTransition>
620620 <win : BrushTransition Duration =" 0:0:0.083" />
You can’t perform that action at this time.
0 commit comments