Skip to content

Commit

Permalink
unnoticeable border changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Oct 17, 2024
1 parent e0bed14 commit 4a1abef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SukiUI/Theme/Button.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
BoxShadow="{DynamicResource SukiLowShadow}"

CornerRadius="{TemplateBinding CornerRadius}"
TextElement.Foreground="{TemplateBinding Foreground}">
<Border.Transitions>
Expand Down
2 changes: 1 addition & 1 deletion SukiUI/Theme/ComboBoxStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<Panel>
<Border Margin="10,-10,0,0"
Background="{DynamicResource SukiCardBackground}"
BorderBrush="{DynamicResource SukiControlBorderBrush}"
BorderBrush="{DynamicResource SukiMenuBorderBrush}"
BorderThickness="1,1,1,1"
BoxShadow="{DynamicResource SukiSmallPopupShadow}"
CornerRadius="{DynamicResource SmallCornerRadius}">
Expand Down

0 comments on commit 4a1abef

Please sign in to comment.