mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-19 03:07:50 -04:00
More UI Cleanup
This commit is contained in:
parent
3b1cb53b8a
commit
68e8d7fd39
17 changed files with 281 additions and 301 deletions
|
@ -132,7 +132,7 @@ class StyledSlideTile extends StatelessWidget {
|
|||
softWrap: false,
|
||||
),
|
||||
subtitle: subtitle.isNotEmpty ? Text(subtitle) : null,
|
||||
contentPadding: const EdgeInsets.fromLTRB(8, 4, 8, 4)
|
||||
contentPadding: const EdgeInsets.fromLTRB(8, 2, 8, 2)
|
||||
.scaled(context),
|
||||
iconColor: scaleTileTheme.textColor,
|
||||
textColor: scaleTileTheme.textColor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue