Skip to content

Commit

Permalink
chore: christmas logo splash (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
2paperstar authored Dec 12, 2024
1 parent 2bd1387 commit 87a02aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/logo/transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/app/modules/splash/presentation/pages/splash_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class _SplashPageState extends State<SplashPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Palette.primary,
backgroundColor: Palette.white,
body: Center(
child: Assets.logo.transparent.image(),
),
Expand Down

0 comments on commit 87a02aa

Please sign in to comment.