Clean up dark mode
This commit is contained in:
parent
38ef2b7807
commit
ea71a97e45
8 changed files with 65 additions and 49 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
import '../components/ThemeSwitcher.dart';
|
||||
import '../components/theme_switcher.dart';
|
||||
import '../components/adaptive_page_layout.dart';
|
||||
import '../components/matrix.dart';
|
||||
import '../i18n/i18n.dart';
|
||||
|
|
@ -82,7 +82,7 @@ class ThemesSettingsState extends State<ThemesSettings> {
|
|||
});
|
||||
},
|
||||
),
|
||||
Divider(thickness: 8),
|
||||
Divider(thickness: 1),
|
||||
ListTile(
|
||||
title: Text(
|
||||
I18n.of(context).useAmoledTheme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue