mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Ui fixes
This commit is contained in:
parent
ee91277041
commit
5a12311c88
15 changed files with 124 additions and 180 deletions
|
@ -64,7 +64,7 @@ class _CustomizationWidgetState extends State<CustomizationWidget> {
|
|||
children: [
|
||||
SectionLabel(
|
||||
label: AppLocalizations.of(context)!.theme,
|
||||
padding: const EdgeInsets.only(top: 10, left: 25, right: 25, bottom: 5),
|
||||
padding: const EdgeInsets.only(top: 10, left: 16, right: 16, bottom: 5),
|
||||
),
|
||||
Column(
|
||||
children: [
|
||||
|
@ -108,7 +108,7 @@ class _CustomizationWidgetState extends State<CustomizationWidget> {
|
|||
),
|
||||
SectionLabel(
|
||||
label: AppLocalizations.of(context)!.color,
|
||||
padding: const EdgeInsets.only(top: 45, left: 25, right: 25, bottom: 5),
|
||||
padding: const EdgeInsets.only(top: 45, left: 16, right: 16, bottom: 5),
|
||||
),
|
||||
if (appConfigProvider.androidDeviceInfo != null && appConfigProvider.androidDeviceInfo!.version.sdkInt! >= 31) CustomSwitchListTile(
|
||||
value: dynamicColor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue