Skip to content

Commit

Permalink
Hotfix for theme initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
zachatrocity committed Jul 1, 2023
1 parent 10f8005 commit 11fa6e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased
- Fixed issue with theme initializion (jcgurango)
- Fixed issue with post style settings not updating (swmarks)
- Support back to iOS 12
## v0.10.2 - 2023-07-01
- Fixed NSFW posts sometimes not loading
- Implemented share and download media
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/de-DE/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
liftoff
Liftoff for Lemmy
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Liftoff
Liftoff for Lemmy
2 changes: 2 additions & 0 deletions lib/resources/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ ThemeData themeFactory(
borderRadius: BorderRadius.circular(10),
),
),
floatingActionButtonTheme: FloatingActionButtonThemeData(
foregroundColor: textColorBasedOnBackground(primaryColor)),
colorScheme: theme.colorScheme.copyWith(
primary: primaryColor,
secondary: primaryColor,
Expand Down

0 comments on commit 11fa6e7

Please sign in to comment.