Skip to content

Commit

Permalink
Updated the credits_settings_card.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed May 29, 2021
1 parent e7446e6 commit f5d4f33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/presentation/settings/widgets/credits_settings_card.dart
Expand Up @@ -75,6 +75,14 @@ class CreditsSettingsCard extends StatelessWidget {
Expanded(child: BulletList(items: ["Septenebris#7356"], fontSize: 12)),
],
),
Container(
margin: const EdgeInsets.only(top: 10),
child: Text(
s.japanese,
style: textTheme.subtitle1.copyWith(fontWeight: FontWeight.bold),
),
),
const BulletList(items: ["𝕽𝖚𝖗𝖎#3080"], fontSize: 12),
],
),
),
Expand Down

0 comments on commit f5d4f33

Please sign in to comment.