Skip to content

Commit

Permalink
sobre
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestoMoraes committed May 23, 2023
1 parent 682ddd1 commit 72b2a6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/app/pages/about/about_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,20 @@ class AboutPage extends StatelessWidget {
children: [
Image.asset(
'assets/images/logos/logo_academico.png',
height: context.percentHeight(.2),
width: context.percentWidth(.6),
),
Text(
'Acadêmico Mobile',
style: context.textStyles.texLabelH1.copyWith(
color: context.colorsApp.cardwhite,
fontSize: context.percentHeight(.03),
fontSize: context.percentHeight(.025),
),
),
SizedBox(height: context.percentHeight(.01)),
Text('Versão 1.0.0',
style: context.textStyles.texLabelH4.copyWith(
color: context.colorsApp.cardwhite,
fontSize: context.percentHeight(.015),
)),
],
),
Expand Down

0 comments on commit 72b2a6c

Please sign in to comment.