mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-23 03:01:02 +00:00
feat: improve app theming code and add Material You (#58)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_i18n/flutter_i18n.dart';
|
||||
import 'package:revanced_manager/constants.dart';
|
||||
|
||||
class SettingsTileDialog extends StatelessWidget {
|
||||
final String title;
|
||||
@@ -20,9 +19,12 @@ class SettingsTileDialog extends StatelessWidget {
|
||||
contentPadding: EdgeInsets.zero,
|
||||
title: I18nText(
|
||||
title,
|
||||
child: Text(
|
||||
child: const Text(
|
||||
'',
|
||||
style: kSettingItemTextStyle,
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
),
|
||||
),
|
||||
subtitle: I18nText(subtitle),
|
||||
|
||||
Reference in New Issue
Block a user