Skip to content

Commit

Permalink
version: 1.0.1+2
Browse files Browse the repository at this point in the history
  • Loading branch information
rignaneseleo committed Jan 24, 2021
1 parent d2fd8a2 commit dd6cc94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions opentabu/lib/theme/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ const Color myGreen = const Color(0xFF27ae60);
const Color myYellow = const Color(0xFFF1EAA9);

ThemeData mainTheme = ThemeData(
pageTransitionsTheme: PageTransitionsTheme(
builders: {
TargetPlatform.android: CupertinoPageTransitionsBuilder(),
TargetPlatform.iOS: CupertinoPageTransitionsBuilder(),
}
),
primarySwatch: materialPurple,
textTheme: TextTheme(
headline1: TextStyle(
Expand Down
2 changes: 1 addition & 1 deletion opentabu/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: opentabu
description: Open source version of tabu
version: 1.0.0+1
version: 1.0.1+2

environment:
sdk: ">=2.5.2 <3.0.0"
Expand Down

0 comments on commit dd6cc94

Please sign in to comment.