Skip to content

Commit 935ab10

Browse files
committed
refactor: Add background color to DevicePreview
- Set background color to black87
1 parent 497e368 commit 935ab10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void main() async {
3434
enabled: true,
3535
builder: (context) => appWidget,
3636
tools: const [DeviceSection()],
37+
backgroundColor: Colors.black87,
3738
),
3839
);
3940
} else {

0 commit comments

Comments
 (0)