Skip to content

Commit

Permalink
set bg color of page background
Browse files Browse the repository at this point in the history
for smoother transition to content
  • Loading branch information
n13 committed Aug 23, 2023
1 parent ac1c7c7 commit caf8b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/design/background/hypha_page_background.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class HyphaPageBackground extends StatelessWidget {

return DecoratedBox(
decoration: BoxDecoration(
color: const Color.fromRGBO(5, 15, 33, 1.0),
gradient: withGradient
? context.isDarkTheme
? HyphaColors.gradientBlack
Expand Down

0 comments on commit caf8b25

Please sign in to comment.