Skip to content

Commit

Permalink
[Presentation] Minor ui change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed May 29, 2021
1 parent 466c17c commit b529061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/presentation/settings/widgets/credits_settings_card.dart
Expand Up @@ -55,9 +55,9 @@ class CreditsSettingsCard extends StatelessWidget {
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
crossAxisAlignment: CrossAxisAlignment.start,
children: const [
Expanded(child: BulletList(items: ["Brunoff#0261"], fontSize: 12)),
Expanded(child: BulletList(items: ["DanPS#4336"], fontSize: 12)),
Expanded(child: BulletList(items: ["Brunoff#0261", "DanPS#4336"], fontSize: 12)),
Expanded(child: BulletList(items: ["JJlago#0406"], fontSize: 12)),
],
),
Expand All @@ -82,7 +82,7 @@ class CreditsSettingsCard extends StatelessWidget {
style: textTheme.subtitle1.copyWith(fontWeight: FontWeight.bold),
),
),
const BulletList(items: ["𝕽𝖚𝖗𝖎#3080"], fontSize: 12),
const BulletList(items: ["Ruri#3080"], fontSize: 12),
],
),
),
Expand Down

0 comments on commit b529061

Please sign in to comment.