fix: tweak card appearances (#296)

* fix: tweak card appearances

* Update patch_selector_card.dart
This commit is contained in:
afn 2022-09-25 08:43:37 -04:00 committed by GitHub
parent db18874ea1
commit 7ecf951bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 31 deletions

View file

@ -49,7 +49,7 @@ class _LatestCommitCardState extends State<LatestCommitCard> {
),
],
),
const SizedBox(height: 8),
const SizedBox(height: 4),
Row(
children: <Widget>[
I18nText('latestCommitCard.managerLabel'),