mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
fix: (settings) remove padding from inkwells (#194)
This commit is contained in:
parent
fc5414c788
commit
d6dde3e23b
7 changed files with 262 additions and 308 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue