Skip to content

Commit 2fb383c

Browse files
committed
🔧 Update Pack 2 #16
1 parent 27d1e24 commit 2fb383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/stories/rolling_app_bar_animation.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class _RollingAppBarAnimationState extends State<RollingAppBarAnimation> {
2525
padding: const EdgeInsets.all(8),
2626
margin: const EdgeInsets.all(32),
2727
decoration: BoxDecoration(
28-
color: Theme.of(context).primaryColor,
28+
color: Theme.of(context).colorScheme.surface,
2929
borderRadius: BorderRadius.circular(8),
3030
),
3131
clipBehavior: Clip.hardEdge,

0 commit comments

Comments
 (0)