mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Display the list of memberships
This commit is contained in:
@ -36,7 +36,9 @@ class _TabletRouteState extends State<TabletRoute> {
|
||||
|
||||
Widget _buildLeftPane() => Theme(
|
||||
data: Theme.of(context).copyWith(
|
||||
textTheme: TextTheme(body1: TextStyle(color: Colors.white))),
|
||||
textTheme: TextTheme(body1: TextStyle(color: Colors.white)),
|
||||
iconTheme: IconThemeData(color: Colors.white),
|
||||
),
|
||||
child: Container(
|
||||
width: 300,
|
||||
color: Color(0xFF222D32),
|
||||
|
Reference in New Issue
Block a user