mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-27 21:11:01 +00:00
fix: (settings) remove padding from inkwells (#194)
This commit is contained in:
@@ -17,7 +17,7 @@ class SettingsSection extends StatelessWidget {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
Container(
|
||||
padding: const EdgeInsets.only(top: 16.0, bottom: 10.0),
|
||||
padding: const EdgeInsets.only(top: 16.0, bottom: 10.0, left: 20.0),
|
||||
child: I18nText(
|
||||
title,
|
||||
child: Text(
|
||||
|
||||
Reference in New Issue
Block a user