Skip to content

Commit

Permalink
Commit from GitHub Actions (Forui Presubmit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviiddoo committed Oct 1, 2024
1 parent c4bbbf4 commit 8ae0af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forui/lib/src/widgets/accordion/accordion_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ class _FAccordionItemState extends State<FAccordionItem> with TickerProviderStat
applyHeightToLastDescent: false,
),
style: style.titleTextStyle.copyWith(
decoration: state.hovered || state.shortPressed ? TextDecoration.underline : TextDecoration.none,
decoration:
state.hovered || state.shortPressed ? TextDecoration.underline : TextDecoration.none,
),
child: widget.title,
),
Expand Down

0 comments on commit 8ae0af7

Please sign in to comment.