Skip to content

Commit

Permalink
Fix fluent expander's border color
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Jan 28, 2023
1 parent 2ee9383 commit 1dbaa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widget/fluent_expander.dart
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class ExpanderWin11State extends State<ExpanderWin11>
color: FluentCard.backgroundColor(theme, states, true),
border: Border.all(
width: borderSize,
color: FluentCard.borderColor(theme, states, true),
color: FluentCard.borderColor(theme, states, false, true),
),
borderRadius: BorderRadius.vertical(
top: const Radius.circular(4.0),
Expand Down

0 comments on commit 1dbaa4a

Please sign in to comment.