Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed May 23, 2024
1 parent 47346e2 commit 31f5fc8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ class _ExpandedWrapper extends HookConsumerWidget {
const Color.fromARGB(255, 43, 188, 75),
child: Container(
decoration: BoxDecoration(
color: theme.colorScheme.surfaceContainerHighest, // background color
color: theme
.colorScheme.surfaceContainerHighest, // background color
border: Border.all(
color: Colors.transparent, // border color
),
Expand Down

0 comments on commit 31f5fc8

Please sign in to comment.