fix: iPad dividerwidth

This commit is contained in:
Christian Pauly 2021-04-09 17:39:01 +02:00
parent 47c9180b8a
commit a154db0826
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class App extends StatelessWidget {
onGenerateRoute: FluffyRoutes(context).onGenerateRoute,
dividerColor: Theme.of(context).dividerColor,
columnWidth: FluffyThemes.columnWidth,
dividerWidth: 0.5,
dividerWidth: 1.0,
routeBuilder: (builder, settings) =>
Matrix.of(context).loginState == LoginState.logged &&
!{